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.
public float TopMargin {get; set;}
public: __property float get_TopMargin();
public: __property void set_TopMargin(
float value
);
'Declaration
Public Property TopMargin As Single
'Usage
Dim instance As PrintJob
Dim value As Single
instance.TopMargin = value
value = instance.TopMargin
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.