Fills in a common document conversion job data for an input Document.
document
Input document to convert.
outputDocumentFileName
Path to the output file to be generated by this conversion.
documentFormat
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 document conversion. The result DocumentConverterJobData will be initialized as follows:
Member | Description |
---|---|
Document | document |
OutputDocumentFileName | outputDocumentFileName |
DocumentFormat | documentFormat |
The rest of the members are initialized to the following default values to mark them as "unused"
Member | Description |
---|---|
RasterImageFormat | RasterImageFormat instead. |
InputDocumentFileName | 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(Document,string,DocumentFormat) Method (DocumentConverterJobs) - Leadtools.Documents.Converters |
Introduction |
Help Version 19.0.2017.6.6
|