Accusoft.Forms1 - 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
Public Property BottomMargin As Integer
Dim instance As BlankPageDetectOptions
Dim value As Integer
 
instance.BottomMargin = value
 
value = instance.BottomMargin
public int BottomMargin {get; set;}
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