Click or drag to resize

FileAttachmentGetIconName Method

Gets the icon type as a string.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetIconName()

Return Value

Type: String
The string specifying the icon type associated with this FileAttachment annotation.
Remarks
the string spedifies the name of an icon that shall be used in displaying the annotation. Conforming readers shall provide predefined icon appearances for at least the following standard names: GraphPushPin, PaperclipTag Additional names may be supported as well. Default value: PushPin. The annotation dictionary’s Appearance(AP) entry, if present, shall take precedence over the this entry
See Also