←Select platform

SvgDocuments Property

Summary

Optional SVG representation of each page in the form.

Syntax
C#
VB
C++
Java
public ISvgDocument[] SvgDocuments { get; set; } 
Public Property SvgDocuments() As ISvgDocument() 
   Get 
   Set 
public:  
   property array<ISvgDocument^>^ SvgDocuments 
   { 
      array<ISvgDocument^>^ get() 
      void set(array<ISvgDocument^>^ value) 
   } 
public ISvgDocument[ getSvgDocuments(); 
public void setSvgDocuments( 
   ISvgDocument[] iSvgDocument[ 
); 

Property Value

Array of ISvgDocument for each page in the form. Default value is null.

Remarks

When this value is not null, 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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