|
|
|
|
|
SftPrintPreview.BottomMargin Property |
Defines the height of the bottom margin.
Syntax
|
VB.NET |
height = object.BottomMargin As Single |
||
|
VB |
height = object.BottomMargin As Single |
||
|
C#.NET |
float height = object.BottomMargin; |
||
|
VC++ |
float height = object->BottomMargin;
|
||
|
C |
HRESULT object->get_BottomMargin(float* height); |
||
|
Delphi |
height := object.BottomMargin : Single; |
||
|
VB.NET |
object.BottomMargin = height As Single |
||
|
VB |
object.BottomMargin = height As Single |
||
|
C#.NET |
float object.BottomMargin = height; |
||
|
VC++ |
float object->BottomMargin = height;
|
||
|
C |
HRESULT object->put_BottomMargin(float height); |
||
|
Delphi |
object.BottomMargin := height : Single; |
||
object
A SftPrintPreview object.
height
Defines the height of the bottom margin. The distance is specified in inches.
Comments
The BottomMargin property defines the height of the bottom margin.
The bottom margin is the distance between the bottom edge of the paper and the bottom of the printed area. The BottomMargin property does not affect the footers, as these are positioned using the FooterMargin property.
Left, top, right and bottom margins can be defined using the LeftMargin, TopMargin, RightMargin and BottomMargin properties.