Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.FooterRight Property

Defines the right-adjusted portion of the page footer.

Syntax

Get

VB.NETText = object.FooterRight As String
VBText = object.FooterRight As String
C#.NETstring Text = object.FooterRight;
VC++_bstr_t Text = object->FooterRight;
_bstr_t Text = object->GetFooterRight();
CHRESULT object->get_FooterRight(BSTR* Text);

Put

VB.NETobject.FooterRight = Text As String
VBobject.FooterRight = Text As String
C#.NETstring object.FooterRight = Text;
VC++_bstr_t object->FooterRight = Text;
void object->PutFooterRight(_bstr_t Text);
CHRESULT object->put_FooterRight(BSTR Text);

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.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.