Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

EnableSvgConversion Property






Indicates whether SVG conversion should be used, if available.
Syntax
public bool EnableSvgConversion {get; set;}
'Declaration
 
Public Property EnableSvgConversion As Boolean
'Usage
 
Dim instance As DocumentConverterOptions
Dim value As Boolean
 
instance.EnableSvgConversion = value
 
value = instance.EnableSvgConversion
public boolean getEnableSvgConversion()
public void setEnableSvgConversion(boolean value)
            
public:
property bool EnableSvgConversion {
   bool get();
   void set (    bool value);
}

Property Value

true if SVG conversion should be used, if available; otherwise, false and OCR mode is forced. Default value is true.
Remarks

When converting using a document format as the output, the engine will try to use SVG conversion as much as possible for maximum accuracy and speed. If this is not desired, you can force OCR only mode by setting the value of EnableSvgConversion to false. This will make the document converter worker in a way very similar to IOcrAutoRecognizeManager but can be useful when debugging.

When the value of EnableSvgConversion is true, the value of SvgImagesRecognitionMode is used to determine how to treat the image elements encountered in the input SVG page during the conversion.

Requirements

Target Platforms

See Also

Reference

DocumentConverterOptions Class
DocumentConverterOptions Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features