ASP.NET Web Document Viewer SDK Control

EnablePanButton 

 

Visible/Invisible the Pan button. 

EnablePanButton[=bool]


Parameter
bool
true - visible the Pan button. , false - invisible the Pan button. .

Remark
This property is Read/Write.

Example

   

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



   

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