Gets or sets the icon to be used in displaying the annotation.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfFileAnnotationIcon Icon { get; set; }
VB
Public Property Icon As PdfFileAnnotationIcon
Get
Set
Property Value
Type:
PdfFileAnnotationIconThe icon to be used in displaying the annotation.
Remarks
See Also