 | UserType Enumeration |
Represents the user type entry in the
PdfUser class
Namespace: Patagames.Pdf.EnumsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
SyntaxPublic Enumeration UserType
public enum class UserType
Patagames.Pdf.Enums.UserType = function();
Patagames.Pdf.Enums.UserType.createEnum('Patagames.Pdf.Enums.UserType', false);
Members| Member name | Value | Description |
|---|
| Individual | 0 |
Individual
|
| Title | 1 |
Title
|
| Organization | 2 |
Organization
|
| Unspecified | 3 |
No such entry in the underlying dictionary.
|
See Also