Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.HeaderLeft Property

Defines the left-adjusted portion of the page header.

Syntax

Get

VB.NETText = object.HeaderLeft As String
VBText = object.HeaderLeft As String
C#.NETstring Text = object.HeaderLeft;
VC++_bstr_t Text = object->HeaderLeft;
_bstr_t Text = object->GetHeaderLeft();
CHRESULT object->get_HeaderLeft(BSTR* Text);

Put

VB.NETobject.HeaderLeft = Text As String
VBobject.HeaderLeft = Text As String
C#.NETstring object.HeaderLeft = Text;
VC++_bstr_t object->HeaderLeft = Text;
void object->PutHeaderLeft(_bstr_t Text);
CHRESULT object->put_HeaderLeft(BSTR Text);

object

A SftPrintPreview object.

Text

Defines the left-adjusted portion of the page header.

Comments

The HeaderLeft property defines the left-adjusted portion of the page header.

The HeaderLeft, HeaderCenter and HeaderRight properties define the complete header contents. The FooterLeft, FooterCenter and FooterRight properties can be used to define the complete footer contents. It is possible to use multiple lines of text for each of these properties.

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.