Foxit PDF SDK  9.1
<IDrawEventListener> Protocol Reference

The draw event listener. More...

Inheritance diagram for <IDrawEventListener>:
<FSPDFUIExtensionsManager> UIExtensionsManager

Instance Methods

(void) - onDraw:inContext:
 Triggered when drawing on a specified page. More...
 

Detailed Description

The draw event listener.

Method Documentation

◆ onDraw:inContext:

- (void) onDraw: (int)  pageIndex
inContext: (CGContextRef)  context 
required

Triggered when drawing on a specified page.

Parameters
[in]pageIndexIndex of the specified page. Valid range: from 0 to (count-1). count is the page count.
[in]contextThe CGContext object.