UseDocumentThumbnailIfAvailable Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
If true, uses a document's pre-rendered thumbnail rather than rendering one on the fly from the page's content.

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

Syntax

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

Implements

IPartRetriever..::..UseDocumentThumbnailIfAvailable

See Also