DocFooter Property
Top  Previous  Next


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


Syntax

object.DocFooter [=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 footer should be read from the file specified in the FileName property and will ignore any text contained in the DocFooter property.