Gets or sets the distance between the left of the physical page and the left of the printable area in units of the Printer's PrintUnits.
public float LeftMargin {get; set;}
public: __property float get_LeftMargin();
public: __property void set_LeftMargin(
float value
);
public:
property float LeftMargin {
float get();
void set ( float value);
}
'Declaration
Public Property LeftMargin As Single
'Usage
Dim instance As PrintJob
Dim value As Single
instance.LeftMargin = value
value = instance.LeftMargin
Property Value
A single value which represents the distance between the left of the physical page and the left of the printable area in the Printer's PrintUnits.