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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS SVG C API Help