PdfToImageConverterConvertToImages(Byte, Int32) Method
Converts the pages of a PDF document to image objects starting at a given page number through the end of the document
Namespace: EvoPdf.NextAssembly: EvoPdf.Next.PdfProcessor (in EvoPdf.Next.PdfProcessor.dll) Version: 14.0.0
public PdfPageImage[] ConvertToImages(
byte[] pdfData,
int startPageNumber
)
- pdfData Byte
- Memory buffer containing the PDF document to be converted
- startPageNumber Int32
- Start page number
PdfPageImageThe images of the PDF pages