Click or drag to resize

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
Members
  Member nameValueDescription
e_downloadedtype_page0A new page has been downloaded.
e_downloadedtype_thumb1A thumbnail has been downloaded.
e_downloadedtype_named_dests2The named destinations have been downloaded. These may be necessary for link activation.
e_downloadedtype_outline3The document outline (bookmarks) has been downloaded.
e_downloadedtype_finished4The entire document has been downloaded.
e_downloadedtype_failed5An error has occurred while downloading and downloading has stopped.
e_downloadedtype_opened6The initial document information is available and it is now ok to query for document information.
See Also