The following tables list the members exposed by ILoadFromLocalParams.
Name | Description | |
---|---|---|
loadSuccessCallback | The callback function that fires if the loadFromLocal operation succeeds. |
Name | Description | |
---|---|---|
annFile | The annotation data to load alongside the file. | |
file | The file to load. | |
loadAlwaysCallback | The callback function that always fires after the Viewer.loadFromLocal operation has finished. | |
loadAnnotationsFailCallback | The callback function that fires if the Viewer.loadFromLocal operation fails to load annotations. | |
loadFailCallback | The callback function that fires if the Viewer.loadFromLocal operation fails. | |
loadingDialogCallback | The callback function that fires whenever the loading state of the file changes. | |
loadOptions | Indicates the LoadDocumentOptions object to be used. | |
uploadFailCallback | The callback function that fires if the file fails to upload to the Document Service. | |
uploadProgressCallback | The callback function that fires periodically as the file is uploaded to the Document Service. | |
uploadSuccessCallback | The callback function that fires after the file has been successfully uploaded to the Document Service. |