L_SvgEnumerateDirection

enum L_SvgEnumerateDirection 
{ 
   L_SvgEnumerateDirection_Top, 
   L_SvgEnumerateDirection_TopToBottom, 
   L_SvgEnumerateDirection_BottomToTop, 
}; 
typedef enum L_SvgEnumerateDirection L_SvgEnumerateDirection; 

Options to use when enumerating SVG elements (nodes).

Value Meaning
L_SvgEnumerateDirection_Top Enumerate only the top-level elements.
L_SvgEnumerateDirection_TopToBottom Enumerate from top element and all children.
L_SvgEnumerateDirection_BottomToTop Enumerate from the lowest childen in the document and up to the top element.

SVG element directions

Specifies the options to use when enumerating SVG elements (nodes) with L_SvgEnumerateElements.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS SVG C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.