Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobEventArgs Class : SvgDocument Property |
public ISvgDocument SvgDocument {get;}
'Declaration
Public ReadOnly Property SvgDocument As ISvgDocument
'Usage
Dim instance As DocumentConverterJobEventArgs Dim value As ISvgDocument value = instance.SvgDocument
public ISvgDocument getSvgDocument()
public: property ISvgDocument^ SvgDocument { ISvgDocument^ get(); }
This value is not always available and could be null.
Refer to DocumentConverterJobOperation for more information.
For an example, refer to RunJob and RunJobAsync.