IConversionTo

IConversionTo interface

Set how converted document to be stored

public interface IConversionTo

Methods

Name Description
ConvertByPageTo(Func<SavePageContext, Stream>) Save converted page as stream
ConvertTo(Func<SaveContext, Stream>) Save converted document as stream
ConvertTo(string) Save converted document as file

See Also