ContentOp
Overview
ContentOp is a interface in Aspose.PDF FOSS for TypeScript.
Properties: data, dict, inlineImage, operands, operator.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operator | : string | Read | Gets the operator. |
operands | : PdfObject[] | Read | Gets the operands. |
inlineImage | : { readonly dict: PdfDict; readonly data: Uint8Array } | Read | Present only when operator === ‘BI’ (inline image). |
dict | : PdfDict | Read | Gets the dict. |
data | : Uint8Array | Read | Gets the data. |