IDocumentConverterPlugin

IDocumentConverterPlugin interface

Defines an interface for external converter plugin.

public interface IDocumentConverterPlugin

Methods

NameDescription
Convert(Stream, LoadOptions, Stream, SaveOptions)Converts document using specified input output streams and save options.
ConvertToImages(Stream, LoadOptionsSaveOptions)Converts pages from document from input stream to array of images.

See Also