Click or drag to resize

FileAttachmentGetIcon Method

Gets the icon type as an entry of the enum "Icon".

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public FileAttachmentIcon GetIcon()

Return Value

Type: FileAttachmentIcon
The enum "Icon" entry associated with this FileAttachment annotation.
Remarks
The entry specifies 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