modern-pdf-lib / Operand
Type Alias: Operand
Operand =
number|string|boolean|null|PdfName|Operand[]
Defined in: src/parser/contentStreamParser.ts:34
A single operand value in a content stream.
number— integer or realstring— literal(…)or hex<…>string (decoded to a JS string)boolean—true/falsenull— the PDFnullkeywordPdfName— a/NameOperand[]— a PDF array[…]