←Select platform

SvgDocument Property

Summary

The SvgDocument object used when SVG conversion is used.

Syntax
C#
VB
C++
Java
public ISvgDocument SvgDocument { get; } 
Public ReadOnly Property SvgDocument() As ISvgDocument 
   Get 
public:  
   property ISvgDocument^ SvgDocument 
   { 
      ISvgDocument^ get() 
   } 
public ISvgDocument getSvgDocument() 

Property Value

The SvgDocument object used when SVG conversion is used.

Remarks

This value is not always available and could be null.

Refer to DocumentConverterJobOperation for more information.

Example

For an example, refer to RunJob and RunJobAsync.

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.Document.Converter Assembly