PrintingPermission Constructor (PermissionState)

 

Initializes a new instance of the PrintingPermission class with either fully restricted or unrestricted access, as specified.

Namespace:   System.Drawing.Printing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
PrintingPermission(
	PermissionState state
)

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
Return to top
Show: