| DocumentAppendingEventArgsDocument Property  | 
  
    Namespace: 
   RadPdf.Integration
    Assembly:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic PdfDocument Document { get; }Public ReadOnly Property Document As PdfDocument
	Get
Property Value
Type: 
PdfDocument Remarks
Remarks
            Changes made to entities of the 
PdfDocument object will be applied to the printed document but will not be displayed to the client or saved to storage.
            
 See Also
See Also