ContentOp

Overview

ContentOp is a interface in Aspose.PDF FOSS for TypeScript.

Properties: data, dict, inlineImage, operands, operator.

Properties

NameTypeAccessDescription
operator: stringReadGets the operator.
operands: PdfObject[]ReadGets the operands.
inlineImage: { readonly dict: PdfDict; readonly data: Uint8Array }ReadPresent only when operator === ‘BI’ (inline image).
dict: PdfDictReadGets the dict.
data: Uint8ArrayReadGets the data.