ASP.NET Web Document Viewer SDK Control ReferenceProperties EnablePanButton ASP.NET Web Document Viewer SDK Control EnablePanButton Visible/Invisible the Pan button. EnablePanButton[=bool] Parameterbooltrue - visible the Pan button. , false - invisible the Pan button. .RemarkThis 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>}