Click or drag to resize

DocumentAppendingEventArgsDocument Property

Gets an object representing the document to which DataToAppend or DocumentToAppend is being appended.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfDocument Document { get; }

Property Value

Type: PdfDocument
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