Click or drag to resize

PdfObjectPage Property

Gets an object representing page with which this object is associated.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfPage Page { get; }

Property Value

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