Click or drag to resize

PdfToImageConverterConvertToImagesInFolder Method (Stream)

Convert to images the PDF pages from the specified PDF stream. The images will be saved into the folder specified by ImagesPath property, in the format specified by ImagesFormat property.

Namespace:  ExpertPdf
Assembly:  eppdftoimage (in eppdftoimage.dll) Version: 7.0
Syntax
public void ConvertToImagesInFolder(
	Stream pdfStream
)

Parameters

pdfStream
Type: System.IOStream
The PDF stream from where the pages will be converted to images. It can be for example a MemoryStream or a FileStream.
See Also