PdfPrintSavePdfPagesAsImages Method (Byte, String)Terminal Works - PDF Printing.Net Library
Saves all pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.

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

public PdfPrintStatus SavePdfPagesAsImages(
	byte[] pdfArray,
	string outputFileName
)

Parameters

pdfArray
Type: SystemByte
PDF content
outputFileName
Type: SystemString
Image output file name

Return Value

Type: PdfPrintStatus
Status - in case of an unexpected error it throws an exception.
See Also

Reference