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

NameTypeAccessDescription
path: readonly string[]ReadXObject resource-name chain descended from the page; [] = top-level page content.
streamIndex: numberReadIndex into the page’s /Contents array.
opIndex: numberReadIndex of the operator within that parsed stream.