Accusoft.ImagXpressSdk Namespace > Processor Class > DocumentBorderCrop Method : DocumentBorderCrop(Boolean) Method |
'Declaration Public Overloads Sub DocumentBorderCrop( _ Optional ByVal deskewBorder As Boolean _ )
'Usage Dim instance As Processor Dim deskewBorder As Boolean instance.DocumentBorderCrop(deskewBorder)
public void DocumentBorderCrop( bool deskewBorder )
public: void DocumentBorderCrop( bool deskewBorder )
public: void DocumentBorderCrop( bool deskewBorder )
This method is the process of detecting and removing vertical and horizontal lines from the outside rim of a document. The method examines the current document to find dark exterior lines along the outside edge, modifying it to remove them. If the area defined by the crop parameters does not fall within the boundaries of the document, the document is not cropped and an error generates.
Note: Available in Professional edition.