The PDFObjectType captures the details of a PDF document indirect object, used in constructing and storing data associated with the PDF document.
| Field Name | Type | Description |
|---|---|---|
| @typeoptional | PDFObjectTypeEnum |
The type field specifies the basic type of the PDF indirect object. |
| ID0..1 | PDFIndirectObjectIDType |
The ID field specifies the identifier of the PDF indirect object, consisting of an object number and generation number. |
| Contents0..1 | PDFIndirectObjectContentsType |
The Contents field captures the contents of the PDF indirect object, including non-stream and stream data. |
| Offset0..1 | PositiveIntegerObjectPropertyType |
The Offset field specifies the offset of the PDF indirect object from the beginning of the file, in bytes. |
| Hashes0..1 | HashListType |
The Hashes field captures any hashes that were computed for the PDF indirect object. |