ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property LeftMargin As Integer
'Usage
 
Dim instance As BlankPageDetectOptions
Dim value As Integer
 
instance.LeftMargin = value
 
value = instance.LeftMargin
public int LeftMargin {get; set;}
public: __property int get_LeftMargin();
public: __property void set_LeftMargin( 
   int value
);
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

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