ImageGear .NET - Updated
ImGearWordLineEndingType Enumeration




ImageGear23.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearWordLineEndingType Enumeration
Specifies line ending sequence for text extraction.
Syntax
'Declaration
 
<SuppressMessageAttribute(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Im", 
   Justification="ImageGear has own naming rules.")>
Public Enum ImGearWordLineEndingType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearWordLineEndingType
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Im", 
   Justification="ImageGear has own naming rules.")]
public enum ImGearWordLineEndingType : System.Enum 
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Im", 
   Justification="ImageGear has own naming rules.")]
__value public enum ImGearWordLineEndingType : public System.Enum 
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Im", 
   Justification="ImageGear has own naming rules.")]
public enum class ImGearWordLineEndingType : public System.Enum 
Members
MemberDescription
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

Reference

ImageGear.Formats.Office Namespace