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




In This Topic
    ImGearWordTextExtractionMethod Enumeration
    In This Topic
    Specifies text extraction methods from Word document.
    Syntax
    'Declaration
     
    Public Enum ImGearWordTextExtractionMethod 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearWordTextExtractionMethod
    public enum ImGearWordTextExtractionMethod : System.Enum 
    __value public enum ImGearWordTextExtractionMethod : public System.Enum 
    public enum class ImGearWordTextExtractionMethod : public System.Enum 
    Members
    MemberValueDescription
    LineBreakOrder1Extracts words according their coordinates on the page.
    ParagraphOrder0Extracts words in the native order they appear in the Word file (does not consider their coordinates on the page).
    Inheritance Hierarchy

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

    See Also