ShowThumbnailBeforePageContent Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
If true, shows an upscaled thumbnail on a page while the page's content is downloadd.

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

Syntax

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

Implements

IPartRetriever..::..ShowThumbnailBeforePageContent

See Also