svgImagesRecognitionMode Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentConverterJobData.prototype, 'svgImagesRecognitionMode', 
   get: function(), 
   set: function(value) 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly