Foxit PDF SDK  9.1
<IReflowEventListener> Protocol Reference

The reflow event listener. More...

Inheritance diagram for <IReflowEventListener>:

Instance Methods

(void) - onParsedReflowPage:zoom:flags:pageIndex:
 Triggered when the reflow page parsed;. More...
 
(void) - onWillStartParseReflowPage:zoom:flags:pageIndex:
 Triggered when the reflow page will FSReflowPage::startParse:. More...
 

Detailed Description

The reflow event listener.

Method Documentation

◆ onParsedReflowPage:zoom:flags:pageIndex:

- (void) onParsedReflowPage: (FSReflowPage *)  reflowPage
zoom: (int)  zoom
flags: (FSReflowPageFlags flags
pageIndex: (int)  pageIndex 

Triggered when the reflow page parsed;.

Parameters
[in]reflowPageThe FSReflowPage object.
[in]zoomDefault zoom value.
[in]flagsParsing flags. Please refer to values starting from FSReflowPageNormal and this should be one or a combination of these values. If no parsing flag is set, value FSReflowPageNormal will be used by default.
[in]pageIndexIndex of the specified page. Valid range: from 0 to (count-1). count is the page count.

◆ onWillStartParseReflowPage:zoom:flags:pageIndex:

- (void) onWillStartParseReflowPage: (FSReflowPage *)  reflowPage
zoom: (int)  zoom
flags: (FSReflowPageFlags flags
pageIndex: (int)  pageIndex 

Triggered when the reflow page will FSReflowPage::startParse:.

Parameters
[in]reflowPageThe FSReflowPage object.
[in]zoomDefault zoom value.
[in]flagsParsing flags. Please refer to values starting from FSReflowPageNormal and this should be one or a combination of these values. If no parsing flag is set, value FSReflowPageNormal will be used by default.
[in]pageIndexIndex of the specified page. Valid range: from 0 to (count-1). count is the page count.