ContentAddr
Overview
ContentAddr is a interface in Aspose.PDF FOSS for TypeScript.
Address of an operator within a page’s content.
Properties: opIndex, path, streamIndex.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
path | : readonly string[] | Read | XObject resource-name chain descended from the page; [] = top-level page content. |
streamIndex | : number | Read | Index into the page’s /Contents array. |
opIndex | : number | Read | Index of the operator within that parsed stream. |