OptionsReflowErrorAction Property

The action that should be performed when a reflow error is encountered.

The default value is Action.ErrorOnLoad which means that an exception will be raised as soon as a reflow error is detected.

The value Action.ErrorOnRender is not applicable to this property and it will behave the same ways as Action.ErrorOnLoad.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public ErrorAction ReflowErrorAction { get; set; }

Property Value

Type: ErrorAction
See Also