FileAttachmentSetIcon Method |
Sets the icon type using an entry of the enum "Icon".
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public:
virtual void SetIcon() sealed
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