FullyLoaded Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates if all the resources required to render the page entirely have been loaded.

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

Syntax

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

See Also