OptionsCorruptImagesErrorAction Property
|
The action that should be performed when a corrupt image is
encountered.
The default value is Action.Ignore which means that a blank
space will be left where the element should be.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public ErrorAction CorruptImagesErrorAction { get; set; }
Public Property CorruptImagesErrorAction As ErrorAction
Get
Set
member CorruptImagesErrorAction : ErrorAction with get, set
Property Value
Type:
ErrorAction
See Also