IConversionTo

IConversionTo interface

Set how converted document to be stored

public interface IConversionTo

Methods

Name Description
ConvertByPageTo(Func<int, FileType, Stream>) Save converted page as stream by type
ConvertByPageTo(Func<int, Stream>) Save converted page as stream
ConvertTo(Func<FileType, Stream>) Save converted document as stream by type
ConvertTo(Func<Stream>) Save converted document as stream
ConvertTo(string) Save converted document as file

See Also