TextSetIcon Method (String) |
Sets the string indicating the type of icon corresponding to
(Optional).
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetIcon(
string icon
)
Public Sub SetIcon (
icon As String
)
public:
virtual void SetIcon(
[InAttribute] String^ icon
) sealed
Parameters
- icon
- Type: SystemString
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