Click or drag to resize

PdfAnnotationLevelActionsAnnotationPageClose Property

Gets or sets the PdfAction to be performed when the page containing the annotation is closed (for example, when the user navigates to the next or previous page, or follows a link annotation or bookmark item). The action is executed before the PageClosed action, if present.

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

Property Value

PdfAction
See Also