|
ReaderSvgSwitchElementProcessingTypes Enumeration |
The SwitchElementsProcessingTypes enum defines the possible values for the SwitchElementsProcessingType property.
Namespace:
Ab2d
Assembly:
Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax public enum SwitchElementProcessingTypes
Members
| Member name | Value | Description |
---|
| Disabled | 0 |
Svg switch element will not be imported.
|
| ShowFirstDiscardOthers | 1 |
Only the first switch child will be imported. Other children will not be imported.
|
| ShowFirstHideOthers | 2 |
All switch children will be imported. Only the first element will be shown. Other children will have their Visibility set to Hidden.
|
| ShowFirstCollapseOthers | 3 |
All switch children will be imported. Only the first element will be shown. Other children will have their Visibility set to Collapsed.
|
| ShowAll | 4 |
All switch children will be imported and shown.
|
See Also