Enum PdfFileAnnotationIcon
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the icon to be used in displaying PdfFileAttachmentAnnotation.
public enum PdfFileAnnotationIcon
Fields
Custom = 4
The predefined icon is not used. The associated PdfFileAttachmentAnnotation uses custom appearance defined by the NormalAppearance property.
Graph = 2
Predefined "Graph" icon to be used.
Paperclip = 1
Predefined "Paperclip" icon to be used.
Pushpin = 0
Predefined "PushPin" icon to be used.
Tag = 3
Predefined "Tag" icon to be used.
Remarks
Icon appearances are viewer application-specific.