Data for a document converter job.
[SerializableAttribute()]
[DataContractAttribute()]
public struct DocumentConverterJobData
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.