PdfFileAttachmentAnnotation.NormalAppearance Property

Gets the normal appearance of this annotation.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfXObject NormalAppearance { get; }
VB
Public ReadOnly Property NormalAppearance As PdfXObject
	Get

Property Value

Type: PdfXObject
The appearance to be used when the annotation does not use a predefined icon.

Remarks

Default value: null.

The value of this property depends on the Icon property. The normal appearance is not null when Icon equals to Custom. The normal appearance is null for Icon values other than Custom.

Size of the normal appearance should be aligned with the size of this annotation. Changing the size of the normal appearance object might produce incorrectly looking content.

See Also