Gets and sets the number of pixels to expand each of the four page edges.
Syntax
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);
}
'Declaration
Public Property AmountToExpandPage As Integer
'Usage
Dim instance As BorderRemovalOptions
Dim value As Integer
instance.AmountToExpandPage = value
value = instance.AmountToExpandPage
See Also