The PDFIndirectObjectContentsType captures the contents of a PDF indirect object, including both stream and non-stream portions.
Field Name | Type | Description |
---|---|---|
Non_Stream_Contents0..1 | StringObjectPropertyType |
The Non_Stream_Contents field captures the raw contents of the PDF indirect object excluding any stream data (i.e. everything after the 'obj' keyword and before the 'endobj' keyword up to but not including anything between the 'stream' and 'endstream' keywords) as a string enclosed in an XML CDATA section. |
Stream_Contents0..1 | PDFStreamType |
The Stream_Contents field captures the stream contained within in the PDF indirect object, if applicable. |