IDocumentConverterPlugin

IDocumentConverterPlugin interface

Defines an interface for external converter plugin.

public interface IDocumentConverterPlugin

Methods

NameDescription
Convert(Stream, Stream, SaveOptions)Converts document using specified input output streams and save options.

See Also