←Select platform

SvgEnumerateDirection Enumeration

Summary
The direction to use when enumerating SVG elements (nodes).
Syntax
C#
VB
Objective-C
C++
Java
public enum SvgEnumerateDirection  
Public Enum SvgEnumerateDirection  
typedef NS_ENUM(NSInteger, LTSvgEnumerateDirection) 
public enum SvgEnumerateDirection 
public enum class SvgEnumerateDirection  
Members
ValueMemberDescription
0Top Enumerate only the top-level elements.
1TopToBottom Enumerate from the top element and all children.
2BottomToTop Enumerate from the lowest children in the document and then upward to the top element.
Remarks

Used as the value of SvgEnumerateOptions.EnumerateDirection to specify the direction the engine will use when enumerating the elements.

Example

For an example, refer to SvgDocument.EnumerateElements.

Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

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

Leadtools.Svg Assembly

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