Gets or sets the CSS class applied to all thumbnails.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public string ThumbnailCssClass { get; set; }
Visual Basic
Public Property ThumbnailCssClass As String
	Get
	Set
Visual C++
public:
property String^ ThumbnailCssClass {
	String^ get ();
	void set (String^ value);
}

Field Value

The thumbnail CSS class.

See Also