ASP.NET Web Document Viewer SDK Control

LeftPanelWidth

 

Set the width of thumbnail sidebar.

LeftPanelWidth[=string]


Parameter
string
 the width of thumbnail sidebar. The max value is 300px

Remark
This property is Read/Write.

Example

   

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



   

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