←Select platform

CharacterFlags Property

Summary
Gets or sets position flags for each character in the text.
Syntax
C#
VB
Objective-C
C++
Java
public SvgTextCharacterFlags[] CharacterFlags { get; set; } 
Public Property CharacterFlags As SvgTextCharacterFlags() 
@property (nonatomic, strong, null_unspecified) NSArray<NSNumber *> *characterFlags //LTSvgTextCharacterFlags 
public int[] getCharacterFlags() 
public void setCharacterFlags(int[] svgTextCharacterFlags) 
public: 
property array<SvgTextCharacterFlags>^ CharacterFlags { 
   array<SvgTextCharacterFlags>^ get(); 
   void set (    array<SvgTextCharacterFlags>^ ); 
} 

Property Value

The position flags for 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

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.