Interface IPubConverter

IPubConverter interface

Declares functionality to convert PUB document into format specified

public interface IPubConverter

Methods

NameDescription
ConvertToFormat(Document, Stream, PubExportFormats)Converts PUB document into format specified and saves result into stream passed.
ConvertToFormat(Document, string, PubExportFormats)Converts PUB document into format specified and saves result to file located at the fileName.

See Also