|
Set the thumbnail width in thumbnail sidebar.
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> }
|
|