Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace : SvgExtractText Enumeration |
public enum SvgExtractText : System.Enum
'Declaration
Public Enum SvgExtractText Inherits System.Enum
'Usage
Dim instance As SvgExtractText
typedef NS_ENUM(NSInteger, LTSvgExtractText)
public enum SvgExtractText
public enum class SvgExtractText : public System.Enum
Value | Member | Description |
---|---|---|
0 | Character | Default. Extract the text one character at a time. |
1 | Word | Extract the text one word at a time. |
2 | Line | Extract the text one line at a time. |
Value for SvgSortOptions.ExtractText.
System.Object
System.ValueType
System.Enum
Leadtools.Svg.SvgExtractText