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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!