BackgroundLoadDocument Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
If true, the part retriever will continued to download content for pages that are not currently being displayed.

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

Syntax

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

Implements

IPartRetriever..::..BackgroundLoadDocument

See Also