Enum Page.EventType
Event types for Page
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum Page.EventType
Fields
Name | Description |
---|---|
e_action_trigger_page_close | Triggered when the page is closed, This action applies to the page being closed and shall be executed before any other page is opened. |
e_action_trigger_page_open | Triggered when the page is opened and shall be executed after such an action. |