Accusoft.Forms1 - Updated
LeftMargin Property



Accusoft.ScanFixXpressSdk Namespace > BlankPageDetectOptions Class : LeftMargin Property
Gets and sets the number of columns of pixels to ignore on the left edge of the image.
Syntax
Public Property LeftMargin As Integer
Dim instance As BlankPageDetectOptions
Dim value As Integer
 
instance.LeftMargin = value
 
value = instance.LeftMargin
public int LeftMargin {get; set;}
public:
property int LeftMargin {
   int get();
   void set (    int value);
}
Remarks

The default value is 0.

Valid values are 0 to {image width}.

See Also

Reference

BlankPageDetectOptions Class
BlankPageDetectOptions Members