DocumentPrintingEventArgsPrintSource Property |
Namespace: RadPdf.Integration
If CurrentDocument, the current document represented by Document will be used for printing.
If LastSave, the document represented by Document will be ignored and the state of the document as last saved will be used for printing.
If OriginalDocument, the document represented by Document will be ignored and the document as originally loaded into RAD PDF will be used for printing.
Because printing does not save the document to RAD PDF's storage, some applications may wish to set this property to LastSave so that what is printed is the same as the last time saved.
If DocumentProperties indicates that IsReadOnly is set, the default value is OriginalDocument; otherwise the default value of this property is CurrentDocument.