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




Accusoft.ScanFixXpressSdk Namespace > BorderRemovalOptions Class : AmountToExpandPage Property
Gets and sets the number of pixels to expand each of the four page edges.
Syntax
'Declaration
 
Public Property AmountToExpandPage As Integer
'Usage
 
Dim instance As BorderRemovalOptions
Dim value As Integer
 
instance.AmountToExpandPage = value
 
value = instance.AmountToExpandPage
public int AmountToExpandPage {get; set;}
public: __property int get_AmountToExpandPage();
public: __property void set_AmountToExpandPage( 
   int value
);
public:
property int AmountToExpandPage {
   int get();
   void set (    int value);
}
Remarks

The default value is 0.

Valid values are -1000 to 1000.

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

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