Foxit PDF SDK
9.1
|
The reflow event listener. More...
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... | |
The reflow event listener.
- (void) onParsedReflowPage: | (FSReflowPage *) | reflowPage | |
zoom: | (int) | zoom | |
flags: | (FSReflowPageFlags) | flags | |
pageIndex: | (int) | pageIndex | |
Triggered when the reflow page parsed;.
[in] | reflowPage | The FSReflowPage object. |
[in] | zoom | Default zoom value. |
[in] | flags | Parsing 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] | pageIndex | Index of the specified page. Valid range: from 0 to (count-1). count is the page count. |
- (void) onWillStartParseReflowPage: | (FSReflowPage *) | reflowPage | |
zoom: | (int) | zoom | |
flags: | (FSReflowPageFlags) | flags | |
pageIndex: | (int) | pageIndex | |
Triggered when the reflow page will FSReflowPage::startParse:.
[in] | reflowPage | The FSReflowPage object. |
[in] | zoom | Default zoom value. |
[in] | flags | Parsing 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] | pageIndex | Index of the specified page. Valid range: from 0 to (count-1). count is the page count. |