ConvertByPageTo

ConvertByPageTo(Func<int, Stream>)

Save converted page as stream

public IConversionConvertOptionOrPageCompletedOrConvert ConvertByPageTo(
    Func<int, Stream> convertedPageProvider)
Parameter Type Description
convertedPageProvider Func`2 Converted document page stream provider

Return Value

Interface to continue conversion building

See Also


ConvertByPageTo(Func<int, FileType, Stream>)

Save converted page as stream by type

public IConversionConvertOptionOrPageCompletedOrConvert ConvertByPageTo(
    Func<int, FileType, Stream> convertedStreamProvider)
Parameter Type Description
convertedStreamProvider Func`3 Converted document page stream provider

Return Value

Interface to continue conversion building

See Also