Click or drag to resize

PdfAnnotationLevelActionsAnnotationUp Property

Gets or sets the PdfAction to be performed when the mouse button is released inside the annotation’s active area.

Namespace:  Patagames.Pdf.Net.Actions
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 PdfAction AnnotationUp { get; set; }

Property Value

Type: PdfAction
Remarks
For backward compatibility, the Action property in the PdfWidgetAnnotation class, if present, takes precedence over this property.
See Also