PdfPrintSavePdfPagesAsImages Method (String, String, Int32)Terminal Works - PDF Printing.Net Library
Saves multiple pdf pages as images starting with fromPage. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.

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

public PdfPrintStatus SavePdfPagesAsImages(
	string fileName,
	string outputFileName,
	int fromPage
)

Parameters

fileName
Type: SystemString
PDF file name
outputFileName
Type: SystemString
Image output file name
fromPage
Type: SystemInt32
From PDF page

Return Value

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

Reference