ConvertToImages

IDocumentConverterPlugin.ConvertToImages method

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

public Stream[] ConvertToImages(Stream inputStream, SaveOptions saveOptions)
ParameterTypeDescription
inputStreamStreamThe input stream.
saveOptionsSaveOptionsThe save options.

Return Value

Array of page images streams.

See Also