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




Accusoft.ScanFixXpressSdk Namespace > BorderRemovalOptions Class : MinimumPageHeight Property
Gets and sets the minimum expected page height, in pixels.
Syntax
'Declaration
 
Public Property MinimumPageHeight As Integer
'Usage
 
Dim instance As BorderRemovalOptions
Dim value As Integer
 
instance.MinimumPageHeight = value
 
value = instance.MinimumPageHeight
public int MinimumPageHeight {get; set;}
public: __property int get_MinimumPageHeight();
public: __property void set_MinimumPageHeight( 
   int value
);
public:
property int MinimumPageHeight {
   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 height) to insure best results.

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

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