Gets and sets an indicator which determines whether the margin values and the current print position values should automatically be set to values inside the printer's display area.
'Declaration
Public Property AutoMargin As Boolean
'Usage
Dim instance As Printer
Dim value As Boolean
instance.AutoMargin = value
value = instance.AutoMargin
public bool AutoMargin {get; set;}
public: __property bool get_AutoMargin();
public: __property void set_AutoMargin(
bool value
);
public:
property bool AutoMargin {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to automatically set to values inside the printer's display area. Otherwise,
false is used.