Name
PrintingPermissionLevel
Synopsis
This enumeration allows you to determine how access to the printing
services can be restricted. You can allow full access with
AllPrinting, no access with
NoPrinting, or one of two restricted settings:
SafePrinting, which only allows printing through a
(restricted) dialog box, and DefaultPrinting,
which extends these permissions to allow full access to the default
printer.
public enum PrintingPermissionLevel { NoPrinting = 0, SafePrinting = 1, DefaultPrinting = 2, AllPrinting = 3 }
Hierarchy
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ PrintingPermissionLevel
Returned By
PrintingPermission.Level,
PrintingPermissionAttribute.Level
Passed To
PrintingPermission.{Level,
PrintingPermission()},
PrintingPermissionAttribute.Level
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access