ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearWordLineEndingType Enumeration




In This Topic
    ImGearWordLineEndingType Enumeration
    In This Topic
    Specifies line ending sequence for text extraction.
    Syntax
    'Declaration
     
    Public Enum ImGearWordLineEndingType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearWordLineEndingType
    public enum ImGearWordLineEndingType : System.Enum 
    __value public enum ImGearWordLineEndingType : public System.Enum 
    public enum class ImGearWordLineEndingType : public System.Enum 
    Members
    MemberValueDescription
    CR2Caret return only.
    CRLF0Caret return and line feed.
    LF1Line feed only.
    LFCR3Line feed and caret return.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.Office.ImGearWordLineEndingType

    See Also