







![]() ![]() ![]() |
PDFTron SilverDox SDK |
LocalPartRetriever Members |
LocalPartRetriever Class Constructors Methods Properties Events See Also Send Feedback |
The LocalPartRetriever type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LocalPartRetriever |
Constructs a new LocalPartRetriever.
|
Methods
Name | Description | |
---|---|---|
![]() | CancelAllRequests |
Cancels all outstanding requests.
|
![]() | CancelRequests |
Cancels requests for specific Document parts.
|
![]() | Dispose |
Closes the file stream created when opening the .xod file using the RequestDocument() method.
|
![]() | Finalize | (Overrides Object..::..Finalize()()()().) |
![]() | Request |
Request specfic document resources.
|
![]() | RequestDocument |
Creates an open file dialog box in order to acquire a stream from the locally hosted .xod file, then 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 |
Unused in this part retriever because of the local file system security restrictions imposed by Silverlight. This part retriever is constructed using a stream to a .xod document.
|
![]() | 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.
|