Accusoft.Forms1 - 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
Public Property AmountToExpandPage As Integer
Dim instance As BorderRemovalOptions
Dim value As Integer
 
instance.AmountToExpandPage = value
 
value = instance.AmountToExpandPage
public int AmountToExpandPage {get; set;}
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