←Select platform

SvgExtractText Enumeration

Summary

Text extraction mode

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum SvgExtractText  
<FlagsAttribute()> 
Public Enum SvgExtractText  
typedef NS_OPTIONS(NSInteger, LTSvgExtractText) 
public enum SvgExtractText 
[FlagsAttribute()] 
public enum class SvgExtractText  

Members
ValueMemberDescription
0x00000000Character Default. Extract the text one character at a time.
0x00000001Word Extract the text one word at a time.
0x00000002Line Extract the text one line at a time.
0x00000004ExactBounds xxxxxxxxxxxxxxxxxxxx.

Remarks

Value for SvgSortOptions.ExtractText.

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