L_SvgEncoding

Summary

This data type controls the encoding when saving SVG files.

Syntax

enum L_SvgEncoding 
{ 
   L_SvgEncoding_UTF8, 
   L_SvgEncoding_UTF16 
}; 
typedef enum L_SvgEncoding L_SvgEncoding; 

Members

L_SvgEncoding_UTF8

UTF8 encoding (default).

L_SvgEncoding_UTF16

UTF16 encoding.

Comments

Encoding to use when saving SVG documents.

Value for L_SvgSaveOptions.Encoding.

Usage

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

LEADTOOLS SVG C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.