Navigation:  Properties >

DocTitleFont Property

Previous pageReturn to chapter overviewNext page

 

Returns or sets a string (comma separated) specifying the font settings for the document title. Applies only when printing text or text files using the PrintDoc method.

 

 

Syntax

 

object.DocTitleFont [=FontSettings]

 

Where object evaluates to an ASP Printer object.

 

 

 

Remarks

 

The font settings used in the ASP Printer object has the following format (comma separated):

 

Font Name, Font Size, Bold, Italics, Underline

 

Example: "Tahoma", 16, 1, 0, 1

 

(1=True, 0=False)