Table of Contents

Property Icon

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Icon

Gets or sets the icon to be used in displaying the annotation.

public PdfFileAnnotationIcon Icon { get; set; }

Property Value

PdfFileAnnotationIcon

The icon to be used in displaying the annotation.

Remarks

Default value: Pushpin.

Changing the value of this property to Custom creates a new PdfXObject and assigns it to the NormalAppearance property. The appearance of the annotation is defined by the NormalAppearance property.

Changing the value of this property from Custom to any other icon resets the NormalAppearance property to null.