PrintingPermissionAttribute.Level 属性
定义
设置或获取允许的打印类型。Gets or sets the type of printing allowed.
public:
property System::Drawing::Printing::PrintingPermissionLevel Level { System::Drawing::Printing::PrintingPermissionLevel get(); void set(System::Drawing::Printing::PrintingPermissionLevel value); };
public System.Drawing.Printing.PrintingPermissionLevel Level { get; set; }
member this.Level : System.Drawing.Printing.PrintingPermissionLevel with get, set
Public Property Level As PrintingPermissionLevel
属性值
PrintingPermissionLevel 值之一。One of the PrintingPermissionLevel values.
例外
该值不是 PrintingPermissionLevel 值之一。The value is not one of the PrintingPermissionLevel values.