Method removes rows of pixels at the edges of an image.
Visual Basic |
---|
Public Function RemoveBorder( _ ByVal options As BorderRemovalOptions _ ) As BorderRemovalResults |
- options
- An object containing parameters controlling the process.
Parameters must be True to indicate that border pixels should be removed from the output image. Since pages are rarely perfectly rectangular, some border pixels will usually remain after border removal. If ScanFix ignores a border, no margin is applied to the edges of the original image. If it finds a border, the margin applies to the edges the page, inside the detected border.