StatusReflowCounts Property
|
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.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Dictionary<Type, int> ReflowCounts { get; }
Public ReadOnly Property ReflowCounts As Dictionary(Of Type, Integer)
Get
member ReflowCounts : Dictionary<Type, int> with get
Property Value
Type:
DictionaryType,
Int32
See Also