Click or drag to resize

PdfAnnotationDownAppearance Property

The annotation’s down appearance.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public virtual PdfPageObjectsCollection DownAppearance { get; }

Property Value

PdfPageObjectsCollection
Remarks
An appearance dictionary specifying how the annotation is presented visually on the page.

The down appearance is used when the mouse button is pressed or held down within the annotation’s active area.

See Also