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 : DocumentConverterJobData Structure |
[DataContractAttribute()] [SerializableAttribute()] public struct DocumentConverterJobData : System.ValueType
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Structure DocumentConverterJobData Inherits System.ValueType
'Usage
Dim instance As DocumentConverterJobData
public class DocumentConverterJobData
[DataContractAttribute()] [SerializableAttribute()] public value class DocumentConverterJobData : public System.ValueType
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 DocumentConverterJobs.CreateJob to create an DocumentConverterJob object. You can then use this with the RunJob or RunJobAsync methods to run and monitor the conversion job.
For an example, refer to RunJob and RunJobAsync.