Click or drag to resize

PdfPageDocument Property

Document with which this page is associated

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.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