←Select platform

DocumentConverterJobData Structure

Summary

Data for a document converter job.

Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public struct DocumentConverterJobData 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Structure DocumentConverterJobData 
public [SerializableAttribute,  
   DataContractAttribute] 
   value class DocumentConverterJobData sealed 
public class DocumentConverterJobData 

Remarks

Use this structure to specify the input data for a document converter job. After you create an instance of this structure with the data, you should pass it to CreateJob object. You can then use this with the RunJob or RunJobAsync methods to run and monitor the conversion job.

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