 | IconNames Enumeration |
Represents the name of an icon to be used in displaying the annotation.
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 IconNames
public enum class IconNames
Patagames.Pdf.Enums.IconNames = function();
Patagames.Pdf.Enums.IconNames.createEnum('Patagames.Pdf.Enums.IconNames', false);
Members
| Member name | Value | Description |
---|
| Note | 0 |
Note icon (Default)
|
| Comment | 1 |
Comment icon
|
| Key | 2 |
Key icon
|
| Help | 3 |
Help icon
|
| NewParagraph | 4 |
Mew paragraph icon
|
| Paragraph | 5 |
Paragraph icon
|
| Insert | 6 |
Insert icon
|
| Extended | 7 |
Please see ExtendedIconName property
|
Remarks
Viewer applications should provide predefined icon appearances for at least the following standard names.
Additional names may be supported as well. Default value: Note.
See Also