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