PrintingPermissionAttribute::Level Property

 

Gets or sets the type of printing allowed.

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

public:
property PrintingPermissionLevel Level {
	PrintingPermissionLevel get();
	void set(PrintingPermissionLevel value);
}

Exception Condition
ArgumentException

The value is not one of the PrintingPermissionLevel values.

.NET Framework
Available since 1.1
Return to top
Show: