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

    Typed wrapper around the XFA name/stream-ref array. Holds eagerly-loaded references to component streams like datasets.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    datasets: PdfXfaData | null = null
    immutable: boolean = false

    Indicates whether the object is immutable (cannot be modified)

    innerTokens: PdfWhitespaceToken[] = []
    items: PdfObject[]
    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

    Methods