ConvertTo

ConvertTo(string)

Save converted document as file

public IConversionConvertOptionOrCompletedOrConvert ConvertTo(string fileName)
Parameter Type Description
fileName String Converted document

Return Value

Interface to continue conversion building

See Also


ConvertTo(Func<Stream>)

Save converted document as stream

public IConversionConvertOptionOrCompletedOrConvert ConvertTo(Func<Stream> convertedStreamProvider)
Parameter Type Description
convertedStreamProvider Func`1 Converted document stream provider

Return Value

Interface to continue conversion building

See Also


ConvertTo(Func<FileType, Stream>)

Save converted document as stream by type

public IConversionConvertOptionOrCompletedOrConvert ConvertTo(
    Func<FileType, Stream> convertedStreamProvider)
Parameter Type Description
convertedStreamProvider Func`2 Converted document stream provider

Return Value

Interface to continue conversion building

See Also