C#
VB
Java
Objective-C
C++
Options to use when loading SVG documents.
Members
Value | Member | Description |
---|---|---|
0x00000000 | Default | Default. Load all elements. |
0x00000001 | DropShapes | Drop all elements that are not images or text during loading. |
0x00000002 | DropImages | Drop all image elements during loading. |
0x00000004 | DropText | Drop all text elements during loading. |
0x00000008 | IgnoreXmlParsingErrors | Ignore xml parsing errors during loading. |
Value for SvgLoadOptions.LoadFlags.