enum L_SvgEncoding
{
L_SvgEncoding_UTF8,
L_SvgEncoding_UTF16
};
typedef enum L_SvgEncoding L_SvgEncoding;
This data type is used within the L_SvgSaveOptions structure to control the encoding when saving SVG files.
Value | Meaning |
---|---|
L_SvgEncoding_UTF8 | UTF8 encoding (default). |
L_SvgEncoding_UTF16 | UTF16 encoding. |
Encoding to use when saving SVG documents
Value for L_SvgSaveOptions.Encoding.