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

    Signature form field subtype.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _form?: PdfAcroForm<Record<string, string>>
    cachedTokens?: PdfToken[]

    Cached byte representation of the object, if available

    compressed?: boolean
    content: PdfDictionary
    defaultGenerateAppearance: boolean = true
    encryptable?: boolean
    generationNumber: number
    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

    objectNumber: number
    offset: Ref<number>
    orderIndex?: number
    postTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    preTokens?: PdfToken[]

    Optional tokens to prepend or append during serialization

    MAX_ORDER_INDEX: 2147483647

    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