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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS SVG C API Help