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

Show in webframe

DocumentConverterSvgImagesRecognitionMode Enumeration






Determines how image elements inside SVG documents are treated during SVG conversion.
Syntax
[DataContractAttribute()]
[SerializableAttribute()]
public enum DocumentConverterSvgImagesRecognitionMode : System.Enum 
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum DocumentConverterSvgImagesRecognitionMode 
   Inherits System.Enum
public enum DocumentConverterSvgImagesRecognitionMode
            
[DataContractAttribute()]
[SerializableAttribute()]
public enum class DocumentConverterSvgImagesRecognitionMode : public System.Enum 
Members
ValueMemberDescription
0x00000000Auto Auto: Currently this mode works the same as Disabled
0x00000001Disabled Do not use OCR recognition for the image elements. Instead, the image element is added as is to the final document.
0x00000002Always Use OCR recognition on the image elements. The recognition data is added to the final document with the rest of the other SVG elements of the page. Requires a valid IOcrEngine set in the converter using SetOcrEngineInstance.
Remarks

DocumentConverterSvgImagesRecognitionMode is used as the type of the SvgImagesRecognitionMode property to determine how image elements are treated during SVG conversion.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Documents.Converters.DocumentConverterSvgImagesRecognitionMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents.Converters Namespace

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