PdfToImageConverterConvertToImages Method (Stream) |
Convert to images the PDF pages from the specified PDF stream.
Namespace:
ExpertPdf
Assembly:
eppdftoimage (in eppdftoimage.dll) Version: 7.0
Syntax public Image[] ConvertToImages(
Stream pdfStream
)
Public Function ConvertToImages (
pdfStream As Stream
) As Image()
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.
Return Value
Type:
ImageSee Also