ASP.NET Web Document Viewer SDK Control ReferenceProperties EnablePrintButton ASP.NET Web Document Viewer SDK Control EnablePrintButton Visible/Invisible the Print button. EnablePrintButton[=bool] Parameterbooltrue - visible the Print button. , false - invisible the Print button. .RemarkThis property is Read/Write. Example C#protected void Page_Load(object sender, EventArgs e){WebDocumentViewer1.EnablePrintButton = true;} HTML<div><cc1:WebDocumentViewer ID="WebDocumentViewer1" runat="server" Width="1280" Height="720" EnablePrintButton="true" /></div>}