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