Gets the page this image is painted on.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPage Page { get; }
VB
Public ReadOnly Property Page As PdfPage
Get
Property Value
Type:
PdfPageThe page this image is painted on. Can be
null.
Remarks
This property returns null for images extracted using
GetObjects() methods.
See Also