Class PageMetadata
Per-page metadata
Contains information about a specific page, such as page number, table count, and word count.
Inheritance
System.Object
PageMetadata
Namespace: IronPdf.Extractions
Assembly: IronPdf.dll
Syntax
public class PageMetadata : Object
Constructors
PageMetadata()
Declaration
public PageMetadata()
Properties
PageBounds
Physical dimensions of the page
Declaration
public < 7 b56d8b3 - e75c - 452 b - af2b - e32243b44b60 > PdfRectangle PageBounds { get; }
Property Value
| Type | Description |
|---|---|
| <7b56d8b3-e75c-452b-af2b-e32243b44b60>PdfRectangle |
PageNumber
Page number (1-based)
Declaration
public int PageNumber { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TableCount
Number of tables found on this page
Declaration
public int TableCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
WordCount
Number of words found on this page
Declaration
public int WordCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |