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

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