Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- padColor
- The color to use for pixels that are added to the image or for pixels that replace border pixels.
- borderSpeckSize
- The maximum width or height (in pixels) of specks present in the border of the image.
- pageSpeckSize
- The maximum width or height (in pixels) of specks present in the interior (page) portion of the image.
- cropBorder
- A flag that indicates whether the detected border pixels should be removed from the image.
- replaceBorder
- A flag that indicates whether the detected border pixels should be replaced with the fill color.
- deskewBorder
- A flag that indicates whether the image should be deskewed based on the angle of the detected border.
- quality
- A value that indicates the amount of effort to expend analyzing the image to locate the border. Set to a high value to insure the most accurate possible result and to a low value for fastest operation.
- amountToExpandPage
- A value that indicates the number of pixels to expand each of the four page edges.
- minimumPageWidth
- A value that indicates the minimum expected page width, in pixels. Set this value as high as possible (while still being smaller than the page size) to insure best results.
- maximumPageWidth
- A value that indicates the maximum expected page width, in pixels. Set this value as low as possible (while still being larger than the page size) to insure best results.
- minimumPageHeight
- A value that indicates the minimum expected page height, in pixels. Set this value as high as possible (while still being smaller than the page size) to insure best results.
- maximumPageHeight
- A value that indicates the maximum expected page height, in pixels. Set this value as low as possible (while still being larger than the page size) to insure best results.
- minimumConfidence
- A value that indicates the minimum detection confidence required before correction will proceed. If the detection confidence is less than this value, the image will not be modified.