Gets or sets the options to use during loading of SVG documents.
The options to use during loading of SVG documents. The default value is SvgLoadFlags.Default.
This member allows you to drop certain elements when loading SVG documents. For example, if you are only interested in the text elements of the SVG, then set LoadFlags to SvgLoadFlags.DropImages | SvgLoadFlags.DropShapes and the engine will not load these types of elements, preserving memory and system resources.