Appearance
zeropdf / ParsedPdfPage
Interface: ParsedPdfPage
Defined in: src/parser.ts:64
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
contentObjectIds | readonly | readonly number[] | Object ids of content streams attached to the page. | src/parser.ts:70 |
mediaBox? | readonly | readonly number[] | Parsed page media box array. | src/parser.ts:68 |
objectId | readonly | number | PDF indirect object number for the parsed item. | src/parser.ts:66 |
resources? | readonly | PdfDict | Resolved Resources dictionary (inherited from page tree if absent on page). | src/parser.ts:72 |