Foxit PDF SDK
9.1
|
Public Member Functions | |
void | onDraw (int pageIndex, Canvas canvas) |
The interface for draw event listener.
void com.foxit.sdk.PDFViewCtrl.IDrawEventListener.onDraw | ( | int | pageIndex, |
Canvas | canvas | ||
) |
Triggered when
pageIndex | The page index.Valid range: from 0 to (count -1). count is the page count. |
canvas | The canvas of pdf view control. PDFViewCtrl#onDraw(Canvas) is called. |
Implemented in com.foxit.uiextensions.UIExtensionsManager.