Click or drag to resize

PdfFileAttachmentAnnotationStandardIconName Property

The name of an icon to be used in displaying the annotation.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FileIconNames StandardIconName { get; set; }

Property Value

FileIconNames
Remarks
Additional names may be supported as well. In this case please use ExtendedIconName property.
Note  Note
The annotation dictionary’s AP entry, if present, takes precedence over the StandardIconName and ExtendedIconName properties.

Default value: PushPin.

See Also