Click or drag to resize

TextSetIcon Method (TextIcon)

Sets the Icon type as an entry of the enum "Icon". (Optional)

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetIcon(
	TextIcon icon
)

Parameters

icon
Type: pdftron.PDF.AnnotsTextIcon
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 names: Comment, Key, Note, Help, NewParagraph, Paragraph, 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