Class PdfPageModel
Document object model for a PDF page
Implements
IronSoftware.IDocumentPageObjectModel<TextObjectCollection, PathObjectCollection, ImageObjectCollection>
IronSoftware.IJsonSerializable
Namespace: IronPdf.Pages
Assembly: IronPdf.dll
Syntax
public class PdfPageModel : PdfClientAccessor, IPdfPageObjectModel, IDocumentPageObjectModel<TextObjectCollection, PathObjectCollection, ImageObjectCollection>, IJsonSerializable
Properties
ImageObjects
Image objects on this page
Declaration
public ImageObjectCollection ImageObjects { get; }
Property Value
Type | Description |
---|---|
ImageObjectCollection |
PathObjects
Path objects on this page
Declaration
public PathObjectCollection PathObjects { get; }
Property Value
Type | Description |
---|---|
PathObjectCollection |
TextObjects
Text objects on this page
Declaration
public TextObjectCollection TextObjects { get; }
Property Value
Type | Description |
---|---|
TextObjectCollection |
Methods
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
Implements
IronSoftware.IDocumentPageObjectModel<, , >
IronSoftware.IJsonSerializable