PdfFileAttachmentAnnotation.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 PdfFileAnnotationIcon Icon { get; set; }
VB
Public Property Icon As PdfFileAnnotationIcon
	Get
	Set

Property Value

Type: 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.

See Also