←Select platform

SvgEnumerateDirection Enumeration

Summary

The direction to use when enumerating SVG elements (nodes).

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly