Status Class

An object describing the state of a doc object. This can be useful for monitoring load operations for large documents. These methods and properties are thread safe.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4Status

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.0.0.1 (4.0.0.1)
Syntax
public class Status

The Status type exposes the following members.

Properties
  Name Description
Public property Activity
The current activity being performed by the document.
Public property 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.
Public property FrameCount
The total number of frames in the document.
Public property PagesLoaded
The number of pages in the document that are currently loaded.
Public property ReflowCount
The reflow count indicates the current number of steps that have been required to paginate the document.
Public property 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.
Public property Timers
The amount of time taken at each stage of document processing.
Top
Methods
  Name Description
Public method SetAbort
Asks that any ongoing load process be aborted. The final document may appear in a partially constructed state.
Top
See Also