[]
DsPdfJS API / SaveSvgOptions
SaveSvgOptions =
object
Provides settings for saving SvgDocument to a byte array.
optionalbyteOrderMark:boolean
Indicates whether to write the sequence of bytes that specifies the encoding used.
optionalencoding:XmlEncoding
The type of text encoding to use. The default is "UTF8".
optionalescapeNonAscii:boolean
Indicates whether to escape all non-ASCII characters.
optionalindent:boolean
Indicates whether to indent elements. The default is true.
optionalnewLineOnAttributes:boolean
Indicates whether to write attributes on a new line.
optionalomitXmlDeclaration:boolean
Indicates whether to omit an XML declaration.
optionalskipComments:boolean
Indicates whether to skip comments in SVG.
optionaluseWindowsNewLine:boolean
Indicates whether to use CR LF sequence for new lines.