struct L_SvgSortOptions
{
L_UINT StructSize;
L_SvgSortFlags SortFlags;
L_SvgExtractText ExtractText;
};
typedef struct L_SvgSortOptions L_SvgSortOptions;
The L_SvgSortOptions structure provides options to control how to sort the elements in an SVG document.
Member |
Description |
StructSize | Size of this structure. Use sizeof (L_SvgSortOptions). |
SortFlags | The sorting flags used used. Default value is L_SvgSortFlags_Default. |
ExtractText | The text extraction mode used. Default value is L_SvgExtractText_Character. |
Options to control how to sort the elements in this SVG document
Used with L_SvgSortElements to provide options to control how to sort the elements in this SVG document.