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 | Description |
CR |
Caret return only.
|
CRLF |
Caret return and line feed.
|
LF |
Line feed only.
|
LFCR |
Line feed and caret return.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.Office.ImGearWordLineEndingType
See Also