Foxit PDF SDK
|
Public Member Functions | |
Progressive (Progressive other) | |
Constructor, with another progressive object. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
int | getRateOfProgress () |
Get the rate of current progress. More... | |
int | resume () throws com.foxit.sdk.PDFException |
Continue the progressive process. More... | |
![]() | |
synchronized void | delete () |
Clean up related resources immediately. 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. | |
This class represents a progressive object, which is used for progressive process such as loading document, parsing page and so on.
com.foxit.sdk.common.Progressive.Progressive | ( | Progressive | other | ) |
Constructor, with another progressive object.
[in] | other | Another progressive object. |
synchronized void com.foxit.sdk.common.Progressive.delete | ( | ) |
Clean up related resources immediately.
int com.foxit.sdk.common.Progressive.getRateOfProgress | ( | ) |
Get the rate of current progress.
int com.foxit.sdk.common.Progressive.resume | ( | ) | throws com.foxit.sdk.PDFException |
Continue the progressive process.