--- title: "More Secure Printing" ms.date: "03/30/2017" helpviewer_keywords: - "Windows Forms, printing" - "PrintingPermission class [Windows Forms], Windows Forms security" - "printing [Windows Forms], security" - "security [Windows Forms], printing" ms.assetid: 48fd36ac-872f-4de0-902a-e52969cd4367 --- # More Secure Printing in Windows Forms Windows Forms applications frequently include printing abilities. The .NET Framework uses the class to control access to printing capabilities and the associated enumeration value to indicate the level of access. By default, printing is enabled by default in the Local Intranet and Internet zones; however, the level of access is restricted in both zones. Whether your application can print, requires user interaction, or cannot print depends upon the permission value granted to the application. By default, the Local Intranet zone receives access and the Intranet zone receives access. The following table shows the functionality available at each printing permission level. |PrintingPermissionLevel|Description| |-----------------------------|-----------------| ||Provides full access to all installed printers.| ||Enables programmatic printing to the default printer and safer printing through a restrictive printing dialog box. is a subset of .| ||Provides printing only from a more-restricted dialog box. is a subset of .| ||Prevents access to printers. is a subset of .| ## See also - [More Secure File and Data Access in Windows Forms](more-secure-file-and-data-access-in-windows-forms.md) - [Additional Security Considerations in Windows Forms](additional-security-considerations-in-windows-forms.md) - [Security in Windows Forms Overview](security-in-windows-forms-overview.md) - [Windows Forms Security](windows-forms-security.md)