Foxit PDF SDK
9.1
|
The draw event listener. More...
Instance Methods | |
(void) | - onDraw:inContext: |
Triggered when drawing on a specified page. More... | |
The draw event listener.
|
required |
Triggered when drawing on a specified page.
[in] | pageIndex | Index of the specified page. Valid range: from 0 to (count-1). count is the page count. |
[in] | context | The CGContext object. |