L_SvgEncoding

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.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS SVG C API Help