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

    Field-specific Ff flag accessors for form fields. These are separate from annotation flags (F field). Extends PdfNumber so it can be stored directly in a PDF dictionary.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cachedTokens?: PdfToken[]

    Cached byte representation of the object, if available

    decimalPlaces: number
    immutable: boolean = false

    Indicates whether the object is immutable (cannot be modified)

    isByteOffset: boolean = false
    modified: boolean = true

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

    padTo: number
    postTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    preTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    Accessors

    • get isTrailingDelimited(): boolean

      Returns true if this object's serialized form ends with a self-delimiting character (e.g., ), >, ], >>). Such objects do not require trailing whitespace before the next token.

      Returns boolean

    Methods