←Select platform

SvgExtractText Enumeration

Summary

Text extraction mode

Syntax

C#
VB
Java
Objective-C
C++
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly