![]() |
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 > DocumentConverterJobs Class > CreateJobData Method : CreateJobData(String,String,RasterImageFormat) Method |
This method fills in the necessary members required for a job data to be used in a raster conversion. The result DocumentConverterJobData will be initialized as follows:
Member | Description |
---|---|
InputDocumentFileName | inputDocumentFileName |
OutputDocumentFileName | outputDocumentFileName |
RasterImageFormat | rasterImageFormat |
The rest of the members are initialized to the following default values to mark them as "unused"
Member | Description |
---|---|
DocumentFormat | DocumentFormat.User. Use RasterImageFormat instead. |
Document | null |
InputAnnotationsFileName | null |
InputDocumentFirstPageNumber | 1 (first page) |
InputDocumentLastPageNumber | -1 (last page) |
RasterImageBitsPerPixel | 0 (default) |
OutputAnnotationsFileName | null |
JobName | null |
UserData | null |
AnnotationsMode | DocumentConverterAnnotationsMode.None |
You can modify the values of DocumentConverterJobData such as JobName and UserData on the returned object before passing it to CreateJob.