Click or drag to resize

TextGetIcon 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 TextIcon GetIcon()

Return Value

Type: TextIcon
An entry of "Icon" that represents the type of icon that is corresponding with this Text annotation.
Remarks
The icon type represents 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: e_Note. The annotation dictionary’s Appearance(AP) entry, if present, shall take precedence over this Name entry.
See Also