PdfToImageConverterConvertToImages(Stream) Method

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.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