Click or drag to resize

PdfPageLevelActionsPageClosed Property

Gets or sets the PdfAction to be performed when the page is closed (for example, when the user navigates to the next or previous page or follows a link annotation or an bookmark item). This action applies to the page being closed and is executed before any other page is opened.

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 PageClosed { get; set; }

Property Value

Type: PdfAction
See Also