Table of Contents

Property Page

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Page

Gets the page this image is painted on.

public PdfPage? Page { get; }

Property Value

PdfPage

The page this image is painted on. Can be null.

Remarks

This property returns null for images extracted using GetObjects methods.