Optional user-defined object that can be used along side the job events to pass application specified data.
public object UserData { get; set; }
The optional user-defined object that can be used along side the job events to pass application specified data.
UserData can contain any application specific data. The value can be obtained at any time through the DocumentConverterJob.JobData property.