←Select platform

SvgDocument Property

Summary

The optional SVG document representation of this page.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly