PdfFileAnnotationIcon Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfFileAnnotationIcon Enumeration
Specifies the icon to be used in displaying PdfFileAttachmentAnnotation.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfFileAnnotationIcon
VB
Public Enumeration PdfFileAnnotationIcon

Members

  Member nameValueDescription
Pushpin0 Predefined "PushPin" icon to be used.
Paperclip1 Predefined "Paperclip" icon to be used.
Graph2 Predefined "Graph" icon to be used.
Tag3 Predefined "Tag" icon to be used.
Custom4 The predefined icon is not used. The associated PdfFileAttachmentAnnotation uses custom appearance defined by the NormalAppearance property.

Remarks

Icon appearances are viewer application-specific.

See Also