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