ScanFix Xpress v9.0 for .NET - Updated
I Need to Get Data from a Specific Area on a Form
User Guide > How To > Solve Problems with ScanFix Xpress > I Need to Get Data from a Specific Area on a Form

Often, data will be needed from a specific area or areas of an image, which will be known ahead of time. The GetRectangle method will return the contents of a rectangle on the page, given an X, Y location, and a width and height in pixels. GetRectangle is not very useful, however, if the data isn't where it should be. GetRectangle is best used after either RemoveBorder or RegisterImage is used to position the image.

GetRectangle works on all supported color depths. If part of the specified rectangle falls outside of the image bounds, the out of bounds portion will be filled with the given pad color.

Example of Get Rectangle:


Forms processing technology can also be used to extract specific regions of a form image. Contact Accusoft for additional information.
Is this page helpful?
Yes No
Thanks for your feedback.