ImGearWordLineEndingType Enumeration
In This Topic
Specifies line ending sequence for text extraction.
Syntax
'Declaration
Public Enum ImGearWordLineEndingType
Inherits System.Enum
public enum ImGearWordLineEndingType : System.Enum
__value public enum ImGearWordLineEndingType : public System.Enum
public enum class ImGearWordLineEndingType : public System.Enum
Members
Member | Value | Description |
CR | 2 | Caret return only. |
CRLF | 0 | Caret return and line feed. |
LF | 1 | Line feed only. |
LFCR | 3 | Line feed and caret return. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.Office.ImGearWordLineEndingType
See Also