Property NormalAppearance
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
NormalAppearance
Gets the normal appearance of this annotation.
public PdfXObject? NormalAppearance { get; }
Property Value
- 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.