BackgroundLoadDocument Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets whether the Document will continue to load in the background during idle periods.

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

Syntax

C#
bool BackgroundLoadDocument { get; set; }
Visual Basic
Property BackgroundLoadDocument As Boolean
	Get
	Set
Visual C++
property bool BackgroundLoadDocument {
	bool get ();
	void set (bool value);
}

Remarks

Background loading is only useful for HttpPartRetriever. HttpStreamingPartRetriever inherently loads all resources, and LocalPartRetriever is sufficiently fast that background loading provides no advantage.

See Also