Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

DocumentConverterJobErrorMode Enumeration

Show in webframe
Controls how the engine handles errors that may occur during conversion.
Syntax
Leadtools.Documents.DocumentConverterJobErrorMode = function() { };
Leadtools.Documents.DocumentConverterJobErrorMode.prototype = {
	abort = 0,
	resume = 1,
	
 };
Members
ValueMemberDescription
0abort Abort the conversion job.
1resume Continue on non critical errors.
Remarks

DocumentConverterJobErrorMode is used as the type for the DocumentConverterJobData.JobErrorMode property that controls how the engine handles errors that may occur during conversion.

Example

For an example, refer to Convert.

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file