C#
VB
Java
Objective-C
C++
Options to use when merging SVG documents
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Default. Do not drop any elements. |
0x00000001 | Shapes | Drop all shape elements (vector objects). |
0x00000002 | Images | Drop all image elements. |
0x00000004 | Text | Drop all text elements. |
0x00000010 | LeadTextPathText | Internal use only. |
0x00000100 | LeadTextPathPath | Internal use only. |
Value for SvgMergeOptions.SourceDropFlags and SvgMergeOptions.DestinationDropFlags.