FileAttachmentIcon Enumeration |
FileAttchment annotation icons
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum FileAttachmentIcon
Public Enumeration FileAttachmentIcon
public enum class FileAttachmentIcon
pdftron.PDF.Annots.FileAttachmentIcon = function();
pdftron.PDF.Annots.FileAttachmentIcon.createEnum('pdftron.PDF.Annots.FileAttachmentIcon', false);
Members
| Member name | Value | Description |
---|
| e_Graph | 0 | The icon has graph appearance |
| e_PushPin | 1 | The icon has a push pin appearance |
| e_Paperclip | 2 | The icon has a paper clip appearance |
| e_Tag | 3 | The icon has tag appearance |
| e_Unknown | 4 | The icon has unrecognized apperance type |
Remarks
For each FileAttachment annotation, one can specify the icon
used to display the annotation by choosing one of the entries
the following integer list.
e_GraphPushPin - The icon has a graph push pin appearance.
e_PaperclipTag - The icon has a paper clip tag appearance.
e_Unknow - Undefined.
See Also