ConversionJob Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ConversionJob class.
Overload List
Name | Description | |
---|---|---|
![]() |
ConversionJob(Guid) | Initializes a new instance of the ConversionJob class based on the WordServiceApplicationProxy object specified by the id parameter. |
![]() |
ConversionJob(String) | Initializes a new instance of the ConversionJob class based on the WordServiceApplication object specified by the name parameter. |
![]() |
ConversionJob(WordServiceApplicationProxy) | Initializes a new instance of the ConversionJob class based on the specified WordServiceApplicationProxy object. |
![]() |
ConversionJob(Guid, ConversionJobSettings) | Initializes a new instance of the ConversionJob class based on the WordServiceApplicationProxy object specified by the id and settings parameters. |
![]() |
ConversionJob(String, ConversionJobSettings) | Initializes a new instance of the ConversionJob class by using the specified WordServiceApplicationProxy and ConversionJobSettings objects. |
![]() |
ConversionJob(WordServiceApplicationProxy, ConversionJobSettings) | Initializes a new instance of the ConversionJob class based on the specified WordServiceApplicationProxy and ConversionJobSettings objects. |
Top