BitmapImage Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The thumbnail image.

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

Syntax

C#
public BitmapSource BitmapImage { get; private set; }
Visual Basic
Public Property BitmapImage As BitmapSource
	Get
	Private Set
Visual C++
public:
property BitmapSource^ BitmapImage {
	BitmapSource^ get ();
	private: void set (BitmapSource^ value);
}

See Also