Share via


SyncConverter class

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.

Inheritance hierarchy

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

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

Syntax

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

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

SyncConverter members

Microsoft.Office.Word.Server.Conversions namespace