NPrintDocument Class Members
In This Topic
The following tables list the members exposed by NPrintDocument.
Public Constructors
Public Properties
| Name | Description |
 | DocumentName | Gets or sets the name of the print document. |
Top
Public Events
| Name | Description |
 | BeginPrint | Occurs at the beginning of the printing process. |
 | EndPrint | Occurs after the last page of the document has printed. |
 | PrintPage | Occurs when the print output for the current page is needed. |
 | QueryPageSettings | Occurs before each PrintPage event. |
Top
See Also