FileAttachmentSetIconName Method |
Sets the icon type using a string.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetIconName(
string icon
)
Public Sub SetIconName (
icon As String
)
public:
virtual void SetIconName(
[InAttribute] String^ icon
) sealed
function SetIconName(icon);
Parameters
- icon
- Type: SystemString
The string specifying the icon type associated with this
FileAttachment annotation.
Remarks the string spedifies 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