ConversionJob Constructor (String, ConversionJobSettings)
Initializes a new instance of the ConversionJob class by using the specified WordServiceApplicationProxy and ConversionJobSettings objects.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
settings As ConversionJobSettings _
)
'Usage
Dim name As String
Dim settings As ConversionJobSettings
Dim instance As New ConversionJob(name, settings)
public ConversionJob(
string name,
ConversionJobSettings settings
)
Parameters
name
Type: System.StringThe user-defined friendly name for the WordServiceApplicationProxy object associated with this ConversionJob object.
settings
Type: Microsoft.Office.Word.Server.Conversions.ConversionJobSettingsA ConversionJobSettings object that specifies settings for the conversion job.