Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

SvgEnumerateDirection Enumeration






The direction to use when enumerating SVG elements (nodes).
Syntax
public enum SvgEnumerateDirection : System.Enum 
'Declaration
 
Public Enum SvgEnumerateDirection 
   Inherits System.Enum
'Usage
 
Dim instance As SvgEnumerateDirection
typedef NS_ENUM(NSInteger, LTSvgEnumerateDirection)
public enum SvgEnumerateDirection
public enum class SvgEnumerateDirection : public System.Enum 
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Svg.SvgEnumerateDirection

Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features