L_SvgFlatFlags

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

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

Value Meaning
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.

Options to use when flattening an SVG document.

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

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