←Select platform

SvgDocument Property

Summary

The optional SVG document representation of this page.

Syntax
C#
VB
C++
Java
public ISvgDocument SvgDocument { get; set; } 
Public Property SvgDocument() As ISvgDocument 
   Get 
   Set 
public:  
   property ISvgDocument^ SvgDocument 
   { 
      ISvgDocument^ get() 
      void set(ISvgDocument^ value) 
   } 
public ISvgDocument getSvgDocument(); 
public void setSvgDocument( 
   ISvgDocument iSvgDocument 
); 

Property Value

Optional SVG document representation of this page if the original format supports loading as SVG, otherwise; null. Default value is null.

Remarks

SvgDocument is created and used by the recognition or processing engine.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly