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