Gets an object representing page with which this object is associated.
Namespace:
RadPdf.Data.Document.Objects
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfPage Page { get; }
Public ReadOnly Property Page As PdfPage
Get
Property Value
Type:
PdfPageRemarks This property may be null if this object is not associated with a page
See Also