svgImagesRecognitionMode Property

Summary

Indicates how to treat the image elements encountered in the input SVG page during the conversion.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentConverterJobData.prototype, 'svgImagesRecognitionMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
svgImagesRecognitionMode: DocumentConverterSvgImagesRecognitionMode; 

Property Value

A 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly