Accusoft.ImagXpress13.Net
DocumentBorderCrop(Boolean) Method




Indicates whether the image should be deskewed during border removal.
Crops the borders of 1 bit per pixel documents.
Syntax
'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
) 

Parameters

deskewBorder
Indicates whether the image should be deskewed during border removal.
Remarks

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.

See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback