Click or drag to resize

PdfAnnotationLevelActionsAnnotationPageOpen Property

Gets or sets the PdfAction to be performed when the page containing the annotation is opened (for example, when the user navigates to it from the next or previous page or by means of a link annotation or bookmark item). The action is executed after the PageOpened action and the OpenAction in the PdfDocument class, if such actions are present.

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public PdfAction AnnotationPageOpen { get; set; }

Property Value

PdfAction
See Also