Click or drag to resize

DocumentPrintSource Enumeration

The source for the PDF data which should be rendered for printing a document, as indicated in DocumentPrintingEventArgs when OnDocumentPrinting(DocumentPrintingEventArgs) is invoked.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum DocumentPrintSource
Members
  Member nameValueDescription
CurrentDocument0 The current document represented by Document will be the source used for printing.
LastSave1 The document represented by Document will be ignored and the state of the document as last saved will be the source used for printing.
OriginalDocument2 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