ASP.NET Web Document Viewer SDK Control

EnableFitImageButton

 

Visible/Invisible the Fit image button.

EnableFitImageButton[=bool]


Parameter
bool
true - visible the thumbnail sidebar, false - invisible the thumbnail sidebar.

Remark
This property is Read/Write.

Example

   

C#
protected void Page_Load(object sender, EventArgs e)
{
WebDocumentViewer1.EnableDisplayThumbnailList = true;
}



   

HTML
<div>
<cc1:WebDocumentViewer ID="WebDocumentViewer1" runat="server" Width="1280" Height="720" EnableDisplayThumbnailList="true" />
</div>
}