ConvertToImages

IDocumentConverterPlugin.ConvertToImages method

Converts pages from document from input stream to array of images.

public Stream[] ConvertToImages(Stream inputStream, LoadOptions loadOptions, 
    SaveOptions saveOptions)
ParameterTypeDescription
inputStreamStreamThe input stream.
loadOptionsLoadOptionsThe document load options.
saveOptionsSaveOptionsThe save options.

Return Value

Array of page images streams.

See Also