PdfToImageConverterConvertPdfPagesToImage(Stream) Method
Converts all the pages of PDF document in a stream to image objects
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public PdfPageImage[] ConvertPdfPagesToImage(
Stream pdfStream
)
- 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