HttpStreamingPartRetriever Constructor

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Constructs a new HttpStreamingPartRetriever.

Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public HttpStreamingPartRetriever(
	Uri uri,
	bool backgroundLoadDocument
)
Visual Basic
Public Sub New ( _
	uri As Uri, _
	backgroundLoadDocument As Boolean _
)
Visual C++
public:
HttpStreamingPartRetriever(
	Uri^ uri, 
	bool backgroundLoadDocument
)

Parameters

uri
Type: System..::..Uri
The URI of the HTTP server-hosted .xod file.
backgroundLoadDocument
Type: System..::..Boolean
This parameter is included for consistency between part retrievers; however, as the streaming part retriever loads the entire document from beginning to end, this parameter has no effect.

See Also