PdfTextAnnotation.Icon Property

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: PdfTextAnnotationIcon
The icon to be used in displaying the annotation.

See Also