Search
PrintOptions.HeaderFont Property
See Also
 



Gets or sets the page header font.

 Syntax

VB6  Copy Code

Public Property Get HeaderFont() As IFontDisp
Public Property Let HeaderFont( _
    ByVal value As IFontDisp _
)

C++  Copy Code

public:
IFontDisp* get_HeaderFont ()
void put_HeaderFont (
    IFontDisp* value
)

 Property Value

A font object. The default is null (Nothing in Visual Basic).

 Remarks

This font is used to render the page headers' text, whose content is specified via the HeaderFormat property. If HeaderFont has the default null value, headers are rendered using the Font of the FlowChart class.

 See Also