Gets or sets the value to determine if the printer's hardware margins are used or if the margin values are calculated from the average of the printable area subtracted from the physical area.
public bool UseHardwareMargins {get; set;}
public: __property bool get_UseHardwareMargins();
public: __property void set_UseHardwareMargins(
bool value
);
public:
property bool UseHardwareMargins {
bool get();
void set ( bool value);
}
'Declaration
Public Property UseHardwareMargins As Boolean
'Usage
Dim instance As PrintJob
Dim value As Boolean
instance.UseHardwareMargins = value
value = instance.UseHardwareMargins
Property Value
A boolean value which is
true if the hardware margins are used. Otherwise,
false is used.