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