Status Class |
Namespace: WebSupergoo.WordGlue4
The Status type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Activity |
The current activity being performed by the
document.
|
![]() |
CurrentPage |
The current page which is being processed.
Pages are generally, but not always, processed in order. For
example a document at the end of a document we may need to skip
back to the start to update the page numbers in the table of
contents.
|
![]() |
FrameCount |
The total number of frames in the
document.
|
![]() |
PagesLoaded |
The number of pages in the document that are
currently loaded.
|
![]() |
ReflowCount |
The reflow count indicates the current number
of steps that have been required to paginate the document.
|
![]() |
ReflowCounts |
The reflow count indicates the current number
of steps that have been required to paginate the document. This
property breaks down the reflow count by the type of object that
required it. This information is only gathered if the
Options.LogReflow property is true.
|
![]() |
Timers |
The amount of time taken at each stage of
document processing.
|
Name | Description | |
---|---|---|
![]() |
SetAbort |
Asks that any ongoing load process be aborted.
The final document may appear in a partially constructed
state.
|