Click or drag to resize

FileAttachmentIcon Enumeration

FileAttchment annotation icons

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum FileAttachmentIcon
Members
  Member nameValueDescription
e_Graph0The icon has graph appearance
e_PushPin1The icon has a push pin appearance
e_Paperclip2The icon has a paper clip appearance
e_Tag3The icon has tag appearance
e_Unknown4The 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