The IGxDocumentPrinter interface contains properties and methods of the abstract document printer.
| Property name | Brief description | |
| Description | The Description property returns description of device that is used for print. | |
| Graphics | The Graphics property returns the printer drawing context. |
| Method name | Brief description | |
| EndDocument | The EndDocument method finishes sending the document to the printer print queue. | |
| NewPage | The NewPage method prints a new page of the document. | |
| NewSection | The NewSection method starts printing a new section of the document. | |
| ResetDocument | The RespecifiedDocument method initializes printing of a new document. | |
| SkipSection | The SkipSection method skips the section print. | |
| StartDocument | The StartDocument method sends the document to the printer queue. |
See also: