com.foxit.sdk.common.Progressive Class Reference
Inheritance diagram for com.foxit.sdk.common.Progressive:
com.foxit.sdk.common.Base

Public Member Functions

 Progressive (Progressive arg0)
 Constructor, with another Progressive object.

 
int getRateOfProgress ()
 Get the rate of current progress.
More...
 
int resume () throws com.foxit.sdk.PDFException
 Continue the progressive process.
More...
 

Static Public Attributes

static final int e_Error = 0
 Progress state: any error occurs.

 
static final int e_Finished = 2
 Progress state: progress is finished.

 
static final int e_ToBeContinued = 1
 Progress state: progress needs to be continued.

 

Detailed Description

This class represents a progressive object, which is used for progressive process such as loading document, parsing page and so on.

Member Function Documentation

◆ getRateOfProgress()

int com.foxit.sdk.common.Progressive.getRateOfProgress ( )

Get the rate of current progress.

Returns
An integer between 0 and 100 (inclusive), indicating the rate of current progress. -1 means error.

◆ resume()

int com.foxit.sdk.common.Progressive.resume ( ) throws com.foxit.sdk.PDFException

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.