PdfToImageConverterConvertToImages(Stream, Int32) Method

Converts the pages of a PDF document in a stream to image objects starting at a given page number through the end of the document

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
C#
public PdfPageImage[] ConvertToImages(
	Stream pdfStream,
	int startPageNumber
)

Parameters

pdfStream  Stream
Stream containing the PDF document to be converted
startPageNumber  Int32
Start page number

Return Value

PdfPageImage
The images of the PDF pages

See Also