OptionsUnsupportedDrawingTypesAction Property
|
The action that should be performed when an unrecognised drawing
type 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 UnsupportedDrawingTypesAction { get; set; }
Public Property UnsupportedDrawingTypesAction As ErrorAction
Get
Set
member UnsupportedDrawingTypesAction : ErrorAction with get, set
Property Value
Type:
ErrorAction
See Also