L_SvgSortOptions

Summary

The L_SvgSortOptions structure provides options to control how to sort the elements in an SVG document.

Syntax

struct L_SvgSortOptions 
{ 
   L_UINT StructSize; 
   L_SvgSortFlags SortFlags; 
   L_SvgExtractText ExtractText; 
}; 
typedef struct L_SvgSortOptions L_SvgSortOptions; 

Members

L_UINT StructSize

Size of this structure. Use sizeof (L_SvgSortOptions).

L_SvgSortFlags SortFlags

The sorting flags used. Default value is L_SvgSortFlags_Default.

L_SvgExtractText ExtractText

The text extraction mode used. Default value is L_SvgExtractText_Character.

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.