PDFViewCtrlDownloadedType Enumeration |
DownloadedType lists the events triggered by calling OpenURLAsync.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PDFViewCtrlDownloadedType
Public Enumeration PDFViewCtrlDownloadedType
public enum class PDFViewCtrlDownloadedType
pdftron.PDF.PDFViewCtrlDownloadedType = function();
pdftron.PDF.PDFViewCtrlDownloadedType.createEnum('pdftron.PDF.PDFViewCtrlDownloadedType', false);
Members
| Member name | Value | Description |
---|
| e_downloadedtype_page | 0 | A new page has been downloaded. |
| e_downloadedtype_thumb | 1 | A thumbnail has been downloaded. |
| e_downloadedtype_named_dests | 2 | The named destinations have been downloaded. These may be necessary for link activation. |
| e_downloadedtype_outline | 3 | The document outline (bookmarks) has been downloaded. |
| e_downloadedtype_finished | 4 | The entire document has been downloaded. |
| e_downloadedtype_failed | 5 | An error has occurred while downloading and downloading has stopped. |
| e_downloadedtype_opened | 6 | The initial document information is available and it is now ok to query for document information. |
See Also