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

SvgImagesRecognitionMode Property

Show in webframe
Indicates how to treat the image elements encountered in the input SVG page during the conversion.
Syntax
get_svgImagesRecognitionMode();
set_svgImagesRecognitionMode(value);
Object.defineProperty('svgImagesRecognitionMode');

Property Value

TypeDescription
DocumentConverterSvgImagesRecognitionModeA value that indicate how to treat the image elements encountered in the input SVG page during the conversion. Default value is DocumentConverterSvgImagesRecognitionMode.Auto.
Remarks

SvgImagesRecognitionMode is used as the type of the SvgImagesRecognitionMode property to determine how image elements are treated during SVG conversion and is only used if the value of EnableSvgConversion is set to true.

See Also

Reference

DocumentConverterJobData Object
DocumentConverterJobData Members

Error processing SSI file