Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace : DocumentConverterSvgImagesRecognitionMode Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentConverterSvgImagesRecognitionMode : System.Enum
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum DocumentConverterSvgImagesRecognitionMode Inherits System.Enum
'Usage
Dim instance As DocumentConverterSvgImagesRecognitionMode
public enum DocumentConverterSvgImagesRecognitionMode
[DataContractAttribute()] [SerializableAttribute()] public enum class DocumentConverterSvgImagesRecognitionMode : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Auto | Auto: Currently this mode works the same as Disabled |
0x00000001 | Disabled | Do not use OCR recognition for the image elements. Instead, the image element is added as is to the final document. |
0x00000002 | Always | 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. |
DocumentConverterSvgImagesRecognitionMode is used as the type of the SvgImagesRecognitionMode property to determine how image elements are treated during SVG conversion.
System.Object
System.ValueType
System.Enum
Leadtools.Documents.Converters.DocumentConverterSvgImagesRecognitionMode