Accusoft.Forms1 - Updated
MaximumPageWidth Property



Accusoft.ScanFixXpressSdk Namespace > BorderRemovalOptions Class : MaximumPageWidth Property
Gets and sets the maximum expected page width, in pixels.
Syntax
Public Property MaximumPageWidth As Integer
Dim instance As BorderRemovalOptions
Dim value As Integer
 
instance.MaximumPageWidth = value
 
value = instance.MaximumPageWidth
public int MaximumPageWidth {get; set;}
public:
property int MaximumPageWidth {
   int get();
   void set (    int value);
}
Remarks

The default value is 0.

Valid values are 0 to 2,147,483,647.

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

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members