[]
DsPdfJS API / DsPdf
Provides access to the core Wasm module of DsPdfJS.
staticinstance: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.
get isConnected():
boolean
Checks whether the DsPdf module is connected.
boolean
get version():
string
Returns the current version of the DsPdf WASM API.
string
The DsPdf WASM API version string, e.g. "9.1.0".
staticcheckDsPdf():DsPdf
Checks and returns a valid DsPdf instance
DsPdf
Error if no valid instance available