←Select platform

SvgDocument Property

Summary

The SvgDocument object used when SVG conversion is used.

Syntax

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

Leadtools.Documents.Converters Assembly