Gets the string indicating the type of icon corresponding to
the Text annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetIconName()
Public Function GetIconName As String
public:
virtual String^ GetIconName() sealed
Return Value
Type:
String A string that represents the type of icon
that is corresponding with this Text annotation.
Remarks the icon type represnets 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 icon types:
e_Comment, e_Key, e_Note, e_Help, e_NewParagraph, e_Paragraph, e_Insert
Additional names may be supported as well. Default value: Note.
The annotation dictionary’s Appearance(AP) entry,
if present, shall take precedence over this Name entry.
See Also