Share via


SyncConverter members

Represents an on demand (immediate) file conversion request. This class contains methods that allow users to request on demand file conversion operations on a single file or stream. This class also contains information about all on demand file conversion operations that were performed in the system.

The SyncConverter type exposes the following members.

Constructors

  Name Description
Public method SyncConverter(Guid) Initializes a new instance of the SyncConverter class based on the WordServiceApplicationProxy object specified by the id parameter.
Public method SyncConverter(String) Initializes a new instance of the SyncConverter class based on the WordServiceApplicationProxy object specified by the name parameter.
Public method SyncConverter(WordServiceApplicationProxy) Initializes a new instance of the SyncConverter class based on the specified WordServiceApplicationProxy object.
Public method SyncConverter(Guid, ConversionJobSettings) Initializes a new instance of the SyncConverter class based on the WordServiceApplicationProxy object specified by the id and settings parameters.
Public method SyncConverter(String, ConversionJobSettings) Initializes a new instance of the SyncConverter class based on the WordServiceApplicationProxy object specified by the name and settings parameters.
Public method SyncConverter(WordServiceApplicationProxy, ConversionJobSettings) Initializes a new instance of the SyncConverter class based on the specified WordServiceApplicationProxy and ConversionJobSettings objects.

Top

Properties

  Name Description
Public property Settings Gets the specified conversion settings for the file conversion.
Public property SubscriptionId Gets or sets the partition ID of the tenant that created this on demand file conversion request.
Public property UserToken Gets or sets the credentials under which this conversion job is executed.

Top

Methods

  Name Description
Public method Convert([], []) Performs an on demand (immediate) file conversion operation on the specified input byte array using conversion settings and outputs the conversion into the specified byte array.
Public method Convert(Stream, Stream) Performs an on demand (immediate) file conversion operation on the specified input stream using conversion settings and outputs the conversion into the specified stream.
Public method Convert(String, String) File conversion method for string as input and string as output
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SyncConverter class

Microsoft.Office.Word.Server.Conversions namespace