Accusoft.PrintPro8.Net
LeftMargin Property




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.
Syntax
'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.
See Also

Reference

PrintJob Class
PrintJob Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback