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

DocumentConverterSvgImagesRecognitionMode Enumeration

Show in webframe
Determines how image elements inside SVG documents are treated during SVG conversion.
Syntax
Leadtools.Documents.DocumentConverterSvgImagesRecognitionMode = function() { };
Leadtools.Documents.DocumentConverterSvgImagesRecognitionMode.prototype = {
	auto = 0,
	disabled = 1,
	always = 2,
	
 };
Members
ValueMemberDescription
0auto Auto: Currently this mode works the same as Disabled
1disabled Do not use OCR recognition for the image elements. Instead, the image element is added as is to the final document.
2always 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 LEADTOOLS IOcrEngine set in the documents service.
Remarks

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

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file