PdfToImageConverterConvertToImages(Stream) Method |
Convert to images the PDF pages from the specified PDF stream.
Namespace: ExpertPdfAssembly: eppdftoimage (in eppdftoimage.dll) Version: 9.0
Syntaxpublic Image[] ConvertToImages(
Stream pdfStream
)
Public Function ConvertToImages (
pdfStream As Stream
) As Image()
Parameters
- pdfStream Stream
- The PDF stream from where the pages will be converted to images. It can be for example a MemoryStream or a
FileStream.
Return Value
Image
See Also