Click or drag to resize

PdfAnnotationDownAppearance Property

The annotation’s down appearance.

Namespace:  Patagames.Pdf.Net.Annotations
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public virtual PdfPageObjectsCollection DownAppearance { get; }

Property Value

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