Thursday, October 12, 2006

Image Clipping During Indexing - FileNet Capture 4.1

Problem : I was assigned a module to clip a part of an image (Page object)while indexing the document. But in my custom application I was using FileNet Capture Viewer control to display it and IDM viewer does not support clipping of image.
Solution : To clip a part of image (page object) being displayed in Capture viewer, all the pages related to a document were first exported (oPage.Export menthod). After this page was displayed in IDM viewer instead of FileNet Capture Viewer. IDM viewer supports the clipping of image. Just select a portion and then use IDMViewerCtrl1.CopyToClipboard. After this you can create BMP file using the clipboard data.

1 comment:

Web Harvesting said...

Hi,

Image clipping is used to cut a box-shaped section through the data currently being rendered. Only the image contents that lie within the box are then rendered. Thanks for sharing it.......