PrintPageNumber Property
Top  Previous  Next


Returns or sets whether ASP Printer should print page numbers. Applies only when printing text data or text files using the PrintDoc method.


Syntax

object.PrintPageNumber [=boolean]

Where object evaluates to an ASP Printer object.


The settings for boolean are:

TrueSpecifies that the object should print page numbers.  
False(Default). Specifies that the object should not print page numbers.  



Remarks

Page numbers are printed at the bottom right corner of each page.