PrintingPermissionAttribute::Level Property
.NET Framework (current version)
Gets or sets the type of printing allowed.
Assembly: System.Drawing (in System.Drawing.dll)
public: property PrintingPermissionLevel Level { PrintingPermissionLevel get(); void set(PrintingPermissionLevel value); }
Property Value
Type: System.Drawing.Printing::PrintingPermissionLevelOne of the PrintingPermissionLevel values.
| Exception | Condition |
|---|---|
| ArgumentException | The value is not one of the PrintingPermissionLevel values. |
.NET Framework
Available since 1.1
Available since 1.1
Show: