←Select platform

SvgExtractText Enumeration

Summary
Text extraction mode
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum SvgExtractText  
typedef NS_OPTIONS(NSInteger, LTSvgExtractText) 
public enum SvgExtractText 
[FlagsAttribute()] 
public enum class SvgExtractText  
class SvgExtractText(Enum): 
   Character = 0 
   Word = 1 
   Line = 2 
   ExactBounds = 4 
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 22.0.2023.4.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.