DocHeaderFont Property
Top  Previous  Next


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


Syntax

object.DocHeaderFont [=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: "Arial", 10, 1, 0, 0  
 
(1=True, 0=False)