Accusoft.ScanFixXpress8.Net
MaximumPageHeight Property




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

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback