Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

DocumentTextExtractionMode Enumeration






Mode to use when extracting text from this document.
Syntax
[DataContractAttribute()]
[SerializableAttribute()]
public enum DocumentTextExtractionMode : System.Enum 
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum DocumentTextExtractionMode 
   Inherits System.Enum
'Usage
 
Dim instance As DocumentTextExtractionMode
public enum DocumentTextExtractionMode
            
[DataContractAttribute()]
[SerializableAttribute()]
public enum class DocumentTextExtractionMode : public System.Enum 
Members
ValueMemberDescription
0x00000000Auto Automatic. This depends on the document type, if it supports SVG, then SVG is used; otherwise, if available use OCR.
0x00000001SvgOnly Use SVG only if the document supports it. Otherwise, do not extract text.
0x00000002OcrOnly Use OCR always even if the document supports SVG.
Remarks

DocumentTextExtractionMode is used as the type of the DocumentText.TextExtractionMode to control how DocumentPage.GetText extracts the text from the page.

For more information, refer to Parsing Text with the Documents Library.

Example

For an example, refer to DocumentPageText.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Documents.DocumentTextExtractionMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features