L_SvgEnumerateDirection

Summary

Options to use when enumerating SVG elements (nodes).

Syntax

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

Members

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 children in the document and up to the top element.

Comments

SVG element directions.

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

Usage

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.