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 < dde4331f - cf4f - 4 a3f - 8e59 - 4 b3f67415fac > PdfRectangle PageBounds { get; }
Property Value
| Type | Description |
|---|---|
| <dde4331f-cf4f-4a3f-8e59-4b3f67415fac>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 |