DocTextFont Property
Top  Previous  Next


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


Syntax

object.DocTextFont [=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: "Times New Roman", 12, 1, 0, 0  
 
(1=True, 0=False)