Click or drag to resize

PdfPageDocument Property

Document with which this page is associated

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public PdfDocument Document { get; }

Property Value

Type: PdfDocument
Remarks
This property may be null if this page is not associated with a document
See Also