Accusoft.Forms1 - Updated
TopMargin Property



Accusoft.ScanFixXpressSdk Namespace > BlankPageDetectOptions Class : TopMargin Property
Gets and sets the number of pixels to ignore on the top edge of the image.
Syntax
Public Property TopMargin As Integer
Dim instance As BlankPageDetectOptions
Dim value As Integer
 
instance.TopMargin = value
 
value = instance.TopMargin
public int TopMargin {get; set;}
public:
property int TopMargin {
   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