Gets or sets the CSS class for the thumbnail that corresponds to the active page in the associated PdfViewer.

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

Syntax

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

Field Value

The thumbnail active CSS class.

See Also