PrintingPermission Constructor (PermissionState)
.NET Framework (current version)
Initializes a new instance of the PrintingPermission class with either fully restricted or unrestricted access, as specified.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- state
-
Type:
System.Security.Permissions::PermissionState
One of the PermissionState values.
| Exception | Condition |
|---|---|
| ArgumentException | state is not a valid PermissionState. |
This constructor creates either the fully restricted (None) or the Unrestricted form of the permission.
.NET Framework
Available since 1.1
Available since 1.1
Show: