PageEventType Enumeration |
Event types for Page
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PageEventType
Public Enumeration PageEventType
public enum class PageEventType
pdftron.PDF.PageEventType = function();
pdftron.PDF.PageEventType.createEnum('pdftron.PDF.PageEventType', false);
Members
| Member name | Value | Description |
---|
| e_action_trigger_page_open | 11 | Triggered when the page is opened and shall be executed after such an action. |
| e_action_trigger_page_close | 12 | Triggered when the page is closed, This action applies to the page being closed and shall be executed before any other page is opened. |
See Also