Foxit PDF SDK  9.1
<ILayoutEventListener> Protocol Reference

The page layout event listener. More...

Inheritance diagram for <ILayoutEventListener>:

Instance Methods

(void) - onLayoutFinished
 Triggered when current page layout is finished. More...
 
(void) - onLayoutModeChanged:newLayoutMode:
 Triggered when current page layout mode is changed. More...
 

Detailed Description

The page layout event listener.

Method Documentation

◆ onLayoutFinished

- (void) onLayoutFinished
optional

Triggered when current page layout is finished.

◆ onLayoutModeChanged:newLayoutMode:

- (void) onLayoutModeChanged: (PDF_LAYOUT_MODE oldLayoutMode
newLayoutMode: (PDF_LAYOUT_MODE newLayoutMode 
optional

Triggered when current page layout mode is changed.

Parameters
[in]oldLayoutModeOld layout mode. Please refer to PDF_LAYOUT_MODE::PDF_LAYOUT_MODE_XXX values and this should be one of these values.
[in]newLayoutModeNew layout mode. Please refer to PDF_LAYOUT_MODE::PDF_LAYOUT_MODE_XXX values and this should be one of these values.