 | FileIconNames Enumeration |
Represents the name of an icon to be used in displaying the file attachment annotation.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic enum FileIconNames
Public Enumeration FileIconNames
public enum class FileIconNames
public enum FileIconNames
Patagames.Pdf.Enums.FileIconNames = function();
Patagames.Pdf.Enums.FileIconNames.createEnum('Patagames.Pdf.Enums.FileIconNames', false);
Members
| Member name | Value | Description |
---|
| PushPin | 0 |
Note icon (Default)
|
| Graph | 1 |
Graph icon
|
| Paperclip | 2 |
Paper clip icon
|
| Tag | 3 |
Tag icon
|
| Extended | 4 |
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.
See Also