Members
destroyed :boolean
Whether the loading task is destroyed or not.
Type:
- boolean
- Source:
docId :string
Unique identifier for the document loading task.
Type:
- string
- Source:
onPassword :function
Callback to request a password if a wrong or no password was provided.
The callback receives two parameters: a function that should be called
with the new password, and a reason (see PasswordResponses).
Type:
- function
- Source:
onProgress :function
Callback to be able to monitor the loading progress of the PDF file
(necessary to implement e.g. a loading bar). The callback receives
an {Object} with the properties `loaded` ({number}) and `total`
({number}) that indicate how many bytes are loaded.
Type:
- function
- Source:
onUnsupportedFeature :function
Callback for when an unsupported feature is used in the PDF document.
The callback receives an UNSUPPORTED_FEATURES argument.
Type:
- function
- Source: