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




Accusoft.ScanFixXpressSdk Namespace > BorderRemovalOptions Class : MinimumPageWidth Property
Gets and sets the minimum expected page width, in pixels.
Syntax
'Declaration
 
Public Property MinimumPageWidth As Integer
'Usage
 
Dim instance As BorderRemovalOptions
Dim value As Integer
 
instance.MinimumPageWidth = value
 
value = instance.MinimumPageWidth
public int MinimumPageWidth {get; set;}
public: __property int get_MinimumPageWidth();
public: __property void set_MinimumPageWidth( 
   int value
);
public:
property int MinimumPageWidth {
   int get();
   void set (    int value);
}
Remarks

The default value is 0.

Valid values are 0 to int.MaxValue.

Set this value as high as possible (while still being smaller than the page width) to insure best results.

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

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