SettingsOnReflowError Property
|
Note: This API is now obsolete.
Obsolete.
Namespace: WebSupergoo.WordGlue4.Utilities
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
[ObsoleteAttribute("Use Doc.Options.ReflowErrorAction.")]
public static ErrorAction OnReflowError { get; set; }
<ObsoleteAttribute("Use Doc.Options.ReflowErrorAction.")>
Public Shared Property OnReflowError As ErrorAction
Get
Set
[<ObsoleteAttribute("Use Doc.Options.ReflowErrorAction.")>]
static member OnReflowError : ErrorAction with get, set
Property Value
Type:
ErrorAction
See Also