←Select platform

SvgImagesRecognitionMode Property

Summary

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

Syntax
C#
VB
C++
Java
public DocumentConverterSvgImagesRecognitionMode SvgImagesRecognitionMode { get; set; } 
Public Property SvgImagesRecognitionMode() As DocumentConverterSvgImagesRecognitionMode 
   Get 
   Set 
public DocumentConverterSvgImagesRecognitionMode getSvgImagesRecognitionMode() 
public void setSvgImagesRecognitionMode(DocumentConverterSvgImagesRecognitionMode value) 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.