←Select platform

SvgDocument Property

Summary

Optional SVG representation of the page.

Syntax
C#
C++/CLI
Java
Python
public ISvgDocument SvgDocument { get; set; } 
public:  
   property ISvgDocument^ SvgDocument 
   { 
      ISvgDocument^ get() 
      void set(ISvgDocument^ value) 
   } 
public ISvgDocument getSvgDocument(); 
public void setSvgDocument( 
   ISvgDocument iSvgDocument 
); 
SvgDocument # get and set (PageProcessingOptions) 

Property Value

The default value is null.

Remarks

When this value is not null, then the processing engine will use it to extract the text from the page instead of performing OCR on the source image resulting in 100% accurate processing.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

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