 | IconTypes Enumeration |
The Icon type.
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 IconTypes
public enum class IconTypes
Patagames.Pdf.Enums.IconTypes = function();
Patagames.Pdf.Enums.IconTypes.createEnum('Patagames.Pdf.Enums.IconTypes', false);
Members
| Member name | Value | Description |
---|
| Error | 0 |
Error icon
|
| Warning | 1 |
Warning icon
|
| Question | 2 |
Question icon
|
| Status | 3 |
Status icon
|
See Also