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




Accusoft.ScanFixXpressSdk Namespace > BlankPageDetectOptions Class : RightMargin Property
Gets and sets the number of columns of pixels to ignore on the right edge of the image.
Syntax
'Declaration
 
Public Property RightMargin As Integer
'Usage
 
Dim instance As BlankPageDetectOptions
Dim value As Integer
 
instance.RightMargin = value
 
value = instance.RightMargin
public int RightMargin {get; set;}
public: __property int get_RightMargin();
public: __property void set_RightMargin( 
   int value
);
public:
property int RightMargin {
   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.