HttpPartRetriever Properties

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The HttpPartRetriever type exposes the following members.

Properties

  NameDescription
Public propertyBackgroundLoadDocument
If true, the part retriever will continued to download content for pages that are not currently being displayed.
Public propertyCookies
HTTP cookies that will be sent with every request. Individual cookies are delimited with semi-colons (e.g. "Name1=value1;Name2=value2"). Useful if an autentication cookies needs to be included for document access. This property is accessible via JavaScript.
Public propertyShowThumbnailBeforePageContent
If true, shows an upscaled thumbnail on a page while the page's content is downloadd.
Public propertyUri
The URI of the HTTP server-hosted .xod file.
Public propertyUseDocumentThumbnailIfAvailable
If true, uses a document's pre-rendered thumbnail rather than rendering one on the fly from the page's content.

See Also