ScanFix Xpress v9.0 for .NET - Updated
CropBorder Property




Accusoft.ScanFixXpressSdk Namespace > BorderRemovalOptions Class : CropBorder Property
Gets and sets a flag that indicates whether the detected border pixels should be removed from the image.
Syntax
'Declaration
 
Public Property CropBorder As Boolean
'Usage
 
Dim instance As BorderRemovalOptions
Dim value As Boolean
 
instance.CropBorder = value
 
value = instance.CropBorder
public bool CropBorder {get; set;}
public: __property bool get_CropBorder();
public: __property void set_CropBorder( 
   bool value
);
public:
property bool CropBorder {
   bool get();
   void set (    bool value);
}
Remarks

The default value is true.

One of this property or ReplaceBorder or DeskewBorder must be set to true.

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.