DocumentPrintSource Enumeration |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public enum DocumentPrintSource
Public Enumeration DocumentPrintSource
Members
| Member name | Value | Description |
---|
| CurrentDocument | 0 |
The current document represented by Document will be the source used for printing.
|
| LastSave | 1 |
The document represented by Document will be ignored and the state of the document as last saved will be the source used for printing.
|
| OriginalDocument | 2 |
The document represented by Document will be ignored and the document as originally loaded into RAD PDF will be the source used for printing.
|
See Also