Accusoft.ScanFixXpress8.Net
BottomMargin Property




Gets and sets the number of rows of pixels to ignore on the bottom edge of the image.
Syntax
'Declaration
 
Public Property BottomMargin As Integer
'Usage
 
Dim instance As BlankPageDetectOptions
Dim value As Integer
 
instance.BottomMargin = value
 
value = instance.BottomMargin
public int BottomMargin {get; set;}
public: __property int get_BottomMargin();
public: __property void set_BottomMargin( 
   int value
);
public:
property int BottomMargin {
   int get();
   void set (    int value);
}
Remarks

The default value is 0 .

Valid values are 0 to {image height} .

See Also

Reference

BlankPageDetectOptions Class
BlankPageDetectOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback