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




Accusoft.ScanFixXpressSdk Namespace > BlankPageDetectOptions Class : 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

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