L_SvgFlatFlags

Summary

This data type is used within the L_SvgFlatOptions structure to provide options to use when flattening an SVG document.

Syntax

enum 
{ 
   L_SvgFlatFlags_Default = 0, 
   L_SvgFlatFlags_TextOnly = 1 << 0, 
}; 
typedef L_UINT L_SvgFlatFlags; 

Members

L_SvgFlatFlags_Default

Default.

L_SvgFlatFlags_TextOnly

TRUE to leave only the text elements after the document is flattened. This value can be used when the SVG document is used for the purpose of extracting the text strings. Use this flag to speed up the flattening process.

Comments

Options to use when flattening an SVG document.

Value for L_SvgFlatOptions.Flags. These values can be ORed together.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.