DsPdfJS API - v9.1.0
    Preparing search index...

    Class DsPdf

    Provides access to the core Wasm module of DsPdfJS.

    Index

    Properties

    Accessors

    Methods

    Properties

    instance: DsPdf | null

    The singleton instance of the DsPdf class.

    This static property holds the currently active instance of the DsPdf class. It is null when no instance has been created yet or after the instance has been properly disposed.

    Accessors

    • get isConnected(): boolean

      Checks whether the DsPdf module is connected.

      Returns boolean

    • get version(): string

      Returns the current version of the DsPdf WASM API.

      Returns string

      The DsPdf WASM API version string, e.g. "9.1.0".

    Methods

    • Checks and returns a valid DsPdf instance

      Returns DsPdf

      Error if no valid instance available