OptionalbyteIndicates whether to write the sequence of bytes that specifies the encoding used.
OptionalencodingThe type of text encoding to use. The default is "UTF8".
OptionalescapeIndicates whether to escape all non-ASCII characters.
OptionalindentIndicates whether to indent elements. The default is true.
OptionalnewIndicates whether to write attributes on a new line.
OptionalomitIndicates whether to omit an XML declaration.
OptionalskipIndicates whether to skip comments in SVG.
OptionaluseIndicates whether to use CR LF sequence for new lines.
Provides settings for saving SvgDocument to a byte array.