The following tables list the members exposed by ILoadFromUriParams.
Public Methods
Name | Description | |
---|---|---|
successCallback | The callback function that always fires if the Viewer.loadFromUri operation succeeds. |
Public Properties
Name | Description | |
---|---|---|
alwaysCallback | The callback function that always fires after the Viewer.loadFromUri operation has finished. | |
failCallback | The callback function that always fires if the loadFromUri operation fails. | |
loadingDialogCallback | The callback function that fires whenever the loading state of the file has changed. | |
loadOptions | Indicates the LoadDocumentOptions to be used. | |
url | The URL to load the file from. |
See Also