L_SvgSortFlags

Summary

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

Syntax

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; 

Members

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.

Comments

Sorting flags used when enumerating the elements of an SVG.

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