pdf-lite - v1.5.0
    Preparing search index...

    Value object that parses and builds DA (Default Appearance) strings. DA format: "/FontName FontSize Tf ColorOp"

    Extends PdfString so it can be stored directly in dictionaries without additional wrapping.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    immutable: boolean = false

    Indicates whether the object is immutable (cannot be modified)

    modified: boolean = true

    Indicates whether the object has been modified. By default, assume it has been modified because it's a new object

    postTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    preTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    Accessors

    • get isUTF16BE(): boolean

      Checks if this string is UTF-16BE encoded (has UTF-16BE BOM). UTF-16BE strings start with the byte order mark 0xFE 0xFF.

      Returns boolean

    Methods