PdfToImageConverterConvertToImages(Stream) Method

Converts all pages of a PDF document in a stream to image objects

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next.PdfProcessor (in EvoPdf.Next.PdfProcessor.dll) Version: 14.0.0
C#
public PdfPageImage[] ConvertToImages(
	Stream pdfStream
)

Parameters

pdfStream  Stream
Stream containing the PDF document to be converted

Return Value

PdfPageImage
The images of the PDF pages

See Also