←Select platform

SvgTextCharacterFlags Enumeration

Summary

Text character position flags

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum SvgTextCharacterFlags  
<FlagsAttribute()> 
Public Enum SvgTextCharacterFlags  
typedef NS_OPTIONS(NSUInteger, LTSvgTextCharacterFlags) 
public enum SvgTextCharacterFlags 
[FlagsAttribute()] 
public enum class SvgTextCharacterFlags  

Members
ValueMemberDescription
0x00000000None None
0x00000001EndOfWord The last character in a word
0x00000002EndOfLine The last character in a line
0x00000004LineBreak This is the last character in a line (Including paragraphs end of line)
0x00000008FromOcr The characters were obtained through OCR

Remarks

Value for SvgTextData.CharacterFlags.

The SVG engine will set LineBreak in SvgTextData.CharacterFlags for characters that may be treated by the processing software as the last character of a line.

For example, if the original text has multiple columns, then the last character of each column will have this value while the last character of the full line will have EndOfLine. This is used by the LEADTOOLS Document Viewer when performing interactive text selection to determine whether to select the whole line or go to the next line.

Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

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

Leadtools.Svg Assembly