L_SvgSortFlags

enum 
{ 
   L_SvgSortFlags_Default = 0, 
   L_SvgSortFlags_LeftToRight = 0, 
   L_SvgSortFlags_RightToLeft = 1 << 0, 
   L_SvgSortFlags_TopToBottom = 0, 
   L_SvgSortFlags_BottomToTop = 1 << 1, 
}; 
typedef L_UINT L_SvgSortFlags; 

This data type is used within the L_SvgSortOptions structure to control sort options when sorting elements in an SVG document.

Value Meaning
L_SvgSortFlags_Default Default (left to right and top to bottom).
L_SvgSortFlags_LeftToRight Left to right.
L_SvgSortFlags_RightToLeft Right to left.
L_SvgSortFlags_TopToBottom Top to bottom.
L_SvgSortFlags_BottomToTop Bottom to top.

Sorting flags used when enumerating the elements of an SVG

Value for L_SvgSortOptions.SortFlags. 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