Foxit PDF SDK
|
Public Types | |
enum | State { State.e_Error = 0, State.e_ToBeContinued = 1, State.e_Finished = 2 } |
Enumeration for progress state. More... | |
Public Member Functions | |
Progressive (Progressive other) | |
Constructor, with another progressive object. More... | |
Progressive.State | Continue () |
Continue the progressive process. More... | |
int | GetRateOfProgress () |
Get the rate of current progress. More... | |
This class represents a progressive object, which is used for progressive process such as loading document, parsing page and so on.
|
inline |
Constructor, with another progressive object.
[in] | other | Another progressive object. |
|
inline |
Continue the progressive process.
|
inline |
Get the rate of current progress.