com.foxit.sdk.PDFViewCtrl.ILayoutEventListener Interface Reference

Public Member Functions

void onLayoutModeChanged (int origin, int present)
 

Detailed Description

The page layout event listener

Member Function Documentation

◆ onLayoutModeChanged()

void com.foxit.sdk.PDFViewCtrl.ILayoutEventListener.onLayoutModeChanged ( int  origin,
int  present 
)

Triggered when current page's layout mode is changed.

Parameters
originorigin layout mode The values is explained below:
See also
com.foxit.sdk.PDFViewCtrl::PAGELAYOUTMODE_SINGLE means single page mode.
com.foxit.sdk.PDFViewCtrl::PAGELAYOUTMODE_CONTINUOUS means continue page mode.
com.foxit.sdk.PDFViewCtrl::PAGELAYOUTMODE_FACING means facing mode page mode.
com.foxit.sdk.PDFViewCtrl::PAGELAYOUTMODE_REFLOW means reflow page mode.
Parameters
presentthe present page layout mode. The values is explained below:
See also
com.foxit.sdk.PDFViewCtrl::PAGELAYOUTMODE_SINGLE means single page mode.
com.foxit.sdk.PDFViewCtrl::PAGELAYOUTMODE_CONTINUOUS means continue page mode.
com.foxit.sdk.PDFViewCtrl::PAGELAYOUTMODE_FACING means facing mode page mode.
com.foxit.sdk.PDFViewCtrl::PAGELAYOUTMODE_REFLOW means reflow page mode.