|
|
|
|
|
SftPrintPreview.FooterRight Property |
Defines the right-adjusted portion of the page footer.
Syntax
|
VB.NET |
Text = object.FooterRight As String |
||
|
VB |
Text = object.FooterRight As String |
||
|
C#.NET |
string Text = object.FooterRight; |
||
|
VC++ |
_bstr_t Text = object->FooterRight;
|
||
|
C |
HRESULT object->get_FooterRight(BSTR* Text); |
||
|
Delphi |
Text := object.FooterRight : WideString; |
||
|
VB.NET |
object.FooterRight = Text As String |
||
|
VB |
object.FooterRight = Text As String |
||
|
C#.NET |
string object.FooterRight = Text; |
||
|
VC++ |
_bstr_t object->FooterRight = Text;
|
||
|
C |
HRESULT object->put_FooterRight(BSTR Text); |
||
|
Delphi |
object.FooterRight := Text : WideString; |
||
object
A SftPrintPreview object.
Text
Defines the right-adjusted portion of the page footer.
Comments
The FooterRight property defines the right-adjusted portion of the page footer.
The FooterLeft, FooterCenter and FooterRight properties define the complete footer contents. The HeaderLeft, HeaderCenter and HeaderRight properties can be used to define the complete header contents.
The HeaderFont and FooterFont properties are used to define the font used for page headers and footers.
The HeaderMargin and FooterMargin properties define the distance between the paper edge and the header and footer.
Lines below the header and above the footer are definable using the LineBelowHeader and LineAboveFooter properties.