|
|
|
|
|
SftPrintPreview.FooterMargin Property |
Defines the distance between the bottom paper edge and the footer.
Syntax
|
VB.NET |
height = object.FooterMargin As Single |
||
|
VB |
height = object.FooterMargin As Single |
||
|
C#.NET |
float height = object.FooterMargin; |
||
|
VC++ |
float height = object->FooterMargin;
|
||
|
C |
HRESULT object->get_FooterMargin(float* height); |
||
|
Delphi |
height := object.FooterMargin : Single; |
||
|
VB.NET |
object.FooterMargin = height As Single |
||
|
VB |
object.FooterMargin = height As Single |
||
|
C#.NET |
float object.FooterMargin = height; |
||
|
VC++ |
float object->FooterMargin = height;
|
||
|
C |
HRESULT object->put_FooterMargin(float height); |
||
|
Delphi |
object.FooterMargin := height : Single; |
||
object
A SftPrintPreview object.
height
Defines the distance between the bottom paper edge and the footer. The distance is specified in inches.
Comments
The FooterMargin property defines the distance between the bottom paper edge and the footer.
The HeaderMargin property can be used to define the distance between the top paper edge and the header.