Enum WindowsPrinterRights
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the rights that can be assigned with Windows printer permissions.
[Flags]
public enum WindowsPrinterRights
Fields
ChangePermissions = 16
The user can change permissions.
ManageDocuments = 4
The user can manage documents.
ManagePrinter = 2
The user has the manage printer right.
Print = 1
The user has the print right.
ReadPermissions = 8
The user can read permissions.
TakeOwnership = 32
The user can take ownership of the printer.
Unknown = 0
The rights are unknown.