←Select platform

SvgImagesRecognitionMode Property

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly