Navigation:  Properties >

DocTitle Property

Previous pageReturn to chapter overviewNext page

 

Returns or sets a string specifying the document title text. Applies only when printing text or text files using the PrintDoc method.

 

 

Syntax

 

object.DocTitle [=string]

 

Where object evaluates to an ASP Printer object.

 

 

 

Remarks

 

If the AllDataFromFile property is set to True, the object will assume that the document title should be read from the file specified in the FileName property and will ignore any text contained in the DocTitle property.