ImageGear .NET
ImGearWordTextExtractionMethod Enumeration




Specifies text extraction methods from Word document.
Syntax
'Declaration
 
<SuppressMessageAttribute(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Im", 
   Justification="ImageGear has own naming rules.")>
Public Enum ImGearWordTextExtractionMethod 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearWordTextExtractionMethod
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Im", 
   Justification="ImageGear has own naming rules.")]
public enum ImGearWordTextExtractionMethod : System.Enum 
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Im", 
   Justification="ImageGear has own naming rules.")]
__value public enum ImGearWordTextExtractionMethod : public System.Enum 
[SuppressMessage(Category="Microsoft.Naming", 
   CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", 
   Scope="", 
   Target="", 
   MessageId="Im", 
   Justification="ImageGear has own naming rules.")]
public enum class ImGearWordTextExtractionMethod : public System.Enum 
Members
MemberValueDescription
LineBreakOrder1 Extracts words according their coordinates on the page.
ParagraphOrder0 Extracts 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

Reference

ImageGear.Formats.Office Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback