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 = 16The user can change permissions.
ManageDocuments = 4The user can manage documents.
ManagePrinter = 2The user has the manage printer right.
Print = 1The user has the print right.
ReadPermissions = 8The user can read permissions.
TakeOwnership = 32The user can take ownership of the printer.
Unknown = 0The rights are unknown.