ConversionJob class

Represents a collection of file conversions (of single files or entire libraries) that share a common set of conversion properties and are logically tracked as a single unit.

Inheritance hierarchy

System.Object
  Microsoft.Office.ConversionServices.Conversions.ConversionJob
    Microsoft.Office.Word.Server.Conversions.ConversionJob

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Class ConversionJob _
    Inherits ConversionJob
'Usage
Dim instance As ConversionJob
public class ConversionJob : ConversionJob

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ConversionJob members

Microsoft.Office.Word.Server.Conversions namespace