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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback