Name | Description | |
---|---|---|
![]() | NPrintDocument Constructor | Default constructor. |
The following tables list the members exposed by NPrintDocument.
Name | Description | |
---|---|---|
![]() | NPrintDocument Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() | DocumentName | Gets or sets the name of the print document. |
Name | Description | |
---|---|---|
![]() | OnBeginPrint | Called at the beginning of the printing process. |
![]() | OnEndPrint | Called after the last page of the document has printed. |
![]() | OnPrintPage | Called for each page that is printed in order to provide the page's graphic contents. |
![]() | OnQueryPageSettings | Called once before a page is printed in order to modify the page setting (if necessary). |
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. |