IPartRetriever Members

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The IPartRetriever type exposes the following members.

Methods

  NameDescription
Public methodCancelAllRequests
Cancels all outstanding requests.
Public methodCancelRequests
Cancels requests for specific Document parts.
Public methodRequest
Request specfic Document parts.
Public methodRequestDocument
Requests the information necessary to initilize the Document.

Properties

  NameDescription
Public propertyBackgroundLoadDocument
Gets or sets whether the Document will continue to load in the background during idle periods.
Public propertyShowThumbnailBeforePageContent
Gets or sets whether the viewer will display an enlarged thumbnail of a document's page when the page is scrolled to but has not yet been loaded.
Public propertyUri
The URI of the .xod document.
Public propertyUseDocumentThumbnailIfAvailable
Gets or sets whether the method Document.LoadThumbnailAsync() will return pre-generated page thumbnails (if they are available in the document), or will create thumbnail created from the page contents.

Events

  NameDescription
Public eventOnPartReady
Raised when a part has been acquired.

See Also