Search
PrintOptions.HeaderTextStyle Property
See Also
 



Gets or sets the alignment of the header text within the page header rectangle.

 Syntax

VB6  Copy Code

Public Property Get HeaderTextStyle() As ETextStyle
Public Property Let HeaderTextStyle( _
    ByVal Value As ETextStyle _
)

C++  Copy Code

public:
ETextStyle get_HeaderTextStyle ()
void put_HeaderTextStyle (
    ETextStyle value
)

 Property Value

A member of the ETextStyle enumeration. The default is ETextStyle(DT_CENTER | DT_VCENTER | DT_SINGLELINE | DT_NOPREFIX).

 See Also