![]() | PdfPageLevelActions Class |
Namespace: Patagames.Pdf.Net.Actions
The PdfPageLevelActions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfPageLevelActions(PdfDocument) |
Creates new instance of PdfPageLevelActions.
|
![]() | PdfPageLevelActions(PdfDocument, PdfTypeBase) |
Creates a new instance of PdfPageLevelActions and initialize it with specified dictionary
|
Name | Description | |
---|---|---|
![]() | PageClosed |
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.
|
![]() | PageOpened |
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.
|