







![]() ![]() ![]() |
PDFTron SilverDox SDK |
HttpStreamingPartRetriever Members |
HttpStreamingPartRetriever Class Constructors Methods Properties Events See Also Send Feedback |
The HttpStreamingPartRetriever type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpStreamingPartRetriever |
Constructs a new HttpStreamingPartRetriever.
|
Methods
Name | Description | |
---|---|---|
![]() | AddBytes |
If the .xod if not accessed via a URI but via some other mechanism that can provide a stream of bytes (e.g. directly from a WCF service),
then this method may be used to provide the retriever with bytes as they become available.
Do not provide the constructor with a URI if you intend to use this method.
|
![]() | CancelAllRequests |
Cancels all outstanding requests.
|
![]() | CancelRequests |
Cancels requests for specific Document parts.
|
![]() | Request |
Requests specfic Document document parts.
|
![]() | RequestDocument |
Requests the information necessary to initilize the Document.
|
Properties
Name | Description | |
---|---|---|
![]() | BackgroundLoadDocument |
If true, the part retriever will continued to download content for pages that are not currently being displayed.
|
![]() | ShowThumbnailBeforePageContent |
If true, shows an upscaled thumbnail on a page while the page's content is downloadd.
|
![]() | Uri |
The URI of the HTTP server-hosted .xod file.
|
![]() | UseDocumentThumbnailIfAvailable |
If true, uses a document's pre-rendered thumbnail rather than rendering one on the fly from the page's content.
|
Events
Name | Description | |
---|---|---|
![]() | OnPartReady |
Raised when a part has been acquired. It is necessary to subscribe to this event to receive the parts returned by a call to the Request(List<(Of <<'(String>)>>), Object) or RequestDocument()()()() methods.
|