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 PdfTextAnnotationIcon Icon { get; set; }
VB
Public Property Icon As PdfTextAnnotationIcon
Get
Set
Property Value
Type:
PdfTextAnnotationIconThe icon to be used in displaying the annotation.
See Also