Accusoft.PrintPro8.Net
UseHardwareMargins Property




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.
Syntax
'Declaration
 
Public Property UseHardwareMargins As Boolean
'Usage
 
Dim instance As PrintJob
Dim value As Boolean
 
instance.UseHardwareMargins = value
 
value = instance.UseHardwareMargins
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);
}

Property Value

A boolean value which is true if the hardware margins are used. Otherwise, false is used.
See Also

Reference

PrintJob Class
PrintJob Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback