OptionsReflowStopAt Property

The count at which reflow should be stopped.

By default this value is null in which case reflow will be stopped when it is complete. However by setting this value it is possible to see the state of the document at an earlier point in the reflow.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public Nullable<int> ReflowStopAt { get; set; }

Property Value

Type: NullableInt32
See Also