FileAttachmentSetIcon Method (FileAttachmentIcon) |
Sets the icon type using 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(
FileAttachmentIcon type
)
Public Sub SetIcon (
type As FileAttachmentIcon
)
public:
virtual void SetIcon(
[InAttribute] FileAttachmentIcon type
) sealed
Parameters
- type
- Type: pdftron.PDF.AnnotsFileAttachmentIcon
The enum "Icon" entry associated with this FileAttachment annotation.
Remarks The entry specifies 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