Fills in a common raster conversion job data.
inputDocumentFileName
Path to the input file for the conversion.
outputDocumentFileName
Path to the output file to be generated by this conversion.
rasterImageFormat
The output format.
The newly initialized job data.
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 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.
Products |
Support |
Feedback: CreateJobData(string,string,RasterImageFormat) Method (DocumentConverterJobs) - Leadtools.Documents.Converters |
Introduction |
Help Version 19.0.2017.6.6
|