Enum DownloadedType
DownloadedType lists the events triggered by calling OpenURLAsync.
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum DownloadedType
Fields
Name | Description |
---|---|
e_failed | An error has occurred while downloading and downloading has stopped. |
e_finished | The entire document has been downloaded. |
e_named_dests | The named destinations have been downloaded. These may be necessary for link activation. |
e_opened | The initial document information is available and it is now ok to query for document information. |
e_outline | The document outline (bookmarks) has been downloaded. |
e_page | A new page has been downloaded. |
e_thumb | A thumbnail has been downloaded. |