PdfToImageConverterConvertPdfPagesToImage(Stream) Method
Converts all the pages of PDF document in a stream to image objects
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PdfPageImage[] ConvertPdfPagesToImage(
Stream pdfStream
)
Public Function ConvertPdfPagesToImage (
pdfStream As Stream
) As PdfPageImage()
- pdfStream Stream
- The stream containing the PDF document to be converted
PdfPageImageThe images of the PDF pages. You are responsible for disposing the resulted images by calling their
Dispose method
when they are not needed anymore