Accusoft.ScanFixXpress8.Net
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback