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

Show in webframe

Directions Property






Gets or sets the direction of each character in the text.
Syntax
public SvgCharacterDirection[] Directions {get; set;}
'Declaration
 
Public Property Directions As SvgCharacterDirection()
'Usage
 
Dim instance As SvgTextData
Dim value() As SvgCharacterDirection
 
instance.Directions = value
 
value = instance.Directions
@property (nonatomic, strong, null_unspecified) NSArray<NSNumber *> *directions //LTSvgCharacterDirection
public SvgCharacterDirection[] getDirections()
public void setDirections(SvgCharacterDirection[] directions)
            
public:
property array<SvgCharacterDirection>^ Directions {
   array<SvgCharacterDirection>^ get();
   void set (    array<SvgCharacterDirection>^ value);
}

Property Value

The direction of each character in the text. The default value is null.
Remarks

Refer to SvgDocument.SortElements and SvgTextData for more information.

Example

For an example, refer to SvgDocument.SortElements.

Requirements

Target Platforms

See Also

Reference

SvgTextData Class
SvgTextData Members

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