ASP.NET Web Document Viewer SDK Control

ThumbnailSize

 

Set the thumbnail width in thumbnail sidebar.

ThumbnailSize[=string]


Parameter
string
 the thumbnail width in thumbnail sidebar. The default value is 205px

Remark
This property is Read/Write.

Example

   

C#
protected void Page_Load(object sender, EventArgs e)
{
WebDocumentViewer1.ThumbnailSize = "100px";
}



   

HTML
<div>
<cc1:WebDocumentViewer ID="WebDocumentViewer1" runat="server" Width="1280" Height="720" ThumbnailSize="5px" />
</div>
}