Click or drag to resize

PdfPageLevelActions Class

Represents the additional actions in a PDF document.
Inheritance Hierarchy

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 class PdfPageLevelActions : PdfAAction

The PdfPageLevelActions type exposes the following members.

Constructors
  NameDescription
Public methodPdfPageLevelActions(PdfDocument)
Creates new instance of PdfPageLevelActions.
Public methodPdfPageLevelActions(PdfDocument, PdfTypeBase)
Creates a new instance of PdfPageLevelActions and initialize it with specified dictionary
Top
Properties
  NameDescription
Public propertyPageClosed
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.
Public propertyPageOpened
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.
Top
See Also