SftPrintPreview/OCX 1.0

SftPrintPreview.FooterRight Property

Softel vdm, Inc.

Defines the right-adjusted portion of the page footer.

Syntax       

Get

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;
_bstr_t Text = object->GetFooterRight();

C

HRESULT object->get_FooterRight(BSTR* Text);

Delphi

Text := object.FooterRight   : WideString;

Put

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;
void object->PutFooterRight(_bstr_t 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. 


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com