Gets or sets a value that indicates whether the created SVG should be optimized for conversion.
public bool ForConversion { get; set; }
Public Property ForConversion As Boolean
@property (nonatomic, assign) BOOL forConversion
public boolean getForConversion()
public void setForConversion(boolean value)
true if the created SVG should be optimized for conversion, otherwise; false. Default value is false.
When the value of ForConversion is false (the default), the engine might massage some of the elements for view optimization by using correction transformation matrices.
This is the default behavior and is the most recommended when loading a document as SVG for viewing purposing since it generates the most natural flow of the document elements (especially text).
When the value of ForConversion is true, this behavior is not used and the elements are loaded as is. This is used when this SVG document is used for conversion purposes.
LEADTOOLS Document Viewer loads SVG documents using ForConversion set to false since the framework is viewing the SVG.
LEADTOOLS Document Converters loads SVG document using ForConversion set to true since the framework is using the SVG for conversion from one format to another and is never viewed.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document