Click or drag to resize

PdfPageLevelActionsPageOpened Property

Gets or sets the PdfAction to be performed when the page 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). This action is independent of any that may be defined by the OpenAction property in the PdfDocument class and is executed after such an action.

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

Property Value

Type: PdfAction
See Also