PdfPrintGetBitmapsFromPdfPages Method Terminal Works - PDF Printing.Net Library
Returns bitmaps from the pdf pages.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public List<Bitmap> GetBitmapsFromPdfPages(
	PdfPrintDocument pdfDocument,
	PdfPrintImageSettingsBmp imageSettings
)

Parameters

pdfDocument
Type: PdfPrintingNetPdfPrintDocument
PDF document
imageSettings
Type: PdfPrintingNetPdfPrintImageSettingsBmp
Image settings to use

Return Value

Type: ListBitmap
Bitmaps if everything is OK, exception if something went wrong
See Also

Reference