ConversionJob Constructor (Guid, ConversionJobSettings)
Initializes a new instance of the ConversionJob class based on the WordServiceApplicationProxy object specified by the id and settings parameters.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Sub New ( _
id As Guid, _
settings As ConversionJobSettings _
)
'Usage
Dim id As Guid
Dim settings As ConversionJobSettings
Dim instance As New ConversionJob(id, settings)
public ConversionJob(
Guid id,
ConversionJobSettings settings
)
Parameters
id
Type: System.GuidA Guid structure that specifies the WordServiceApplicationProxy object associated with the ConversionJob object.
settings
Type: Microsoft.Office.Word.Server.Conversions.ConversionJobSettingsA ConversionJobSettings object that specifies settings for the conversion job.