 | UserType Enumeration |
Represents the user type entry in the
PdfUser class
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.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