Gets or sets the CSS class for the thumbnail that corresponds to the active page
in the associated PdfViewer.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public string SelectedThumbnailCssClass { get; set; } |
| Visual Basic |
|---|
Public Property SelectedThumbnailCssClass As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ SelectedThumbnailCssClass {
String^ get ();
void set (String^ value);
} |
Field Value
The thumbnail active CSS class.
See Also