←Select platform

IsSvgConversionPreferred Property

Summary

Indicates whether SVG conversion is preferred for this page.

Syntax
C#
C++/CLI
Python
public bool IsSvgConversionPreferred {get;} 
public:  
   property bool IsSvgConversionPreferred 
   { 
      bool get() 
   } 
IsSvgConversionPreferred # get  (DocumentPage) 

Property Value

true if SVG conversion is preferred with this page; otherwise; false.

Remarks

This property is used by the DocumentConverter when this document is converted to other document formats.

For most types of documents, the value of IsSvgConversionPreferred will be the same as DocumentImages.IsSvgSupported. In other words, if the document supports SVG, then the SVG engine should be used during conversion.

For certain types of documents, this may not be true, depending on the type of the page. For instance, if the document is PDF with a mix of raster and text pages, the raster pages should be converted using the OCR engine. The value of IsSvgConversionPreferred will be false for all the raster pages and true for all the text pages. Text pages that have an overlay image (saved with the image over text feature) should also be converted using the SVG engine and the value of IsSvgConversionPreferred will be true.

Requirements

Target Platforms

Help Version 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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