Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
How to Hide Tool Bar to restrict printing
posted

Hi,

 I am using ultraPrintPreviewDialog and UltraGridPrintDocument.I have write the code to print the document.

 Now i need to hide the toolbar to restrict the user to print the document.

 

How to hide the toolbar of ultraPrintPreviewDialog........?

Please help me if any one have any idea about it..................?

Parents
No Data
Reply
  • 54937
    Offline posted

    The UltraPrintPreviewDialog has a public property named ToolbarsManager that you can access at runtime. You would have to iterate the Tools and disable the tools you want to disable and you can iterate the Toolbars to find the toolbar you want to hide.

Children