PdfPrintSavePdfPageAsImage Method (PdfPrintDocument, String, PdfPrintImageSettings)Terminal Works - PDF Printing.Net Library
Saves pdf page as an image. 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 SavePdfPageAsImage(
	PdfPrintDocument pdfDocument,
	string outputFileName,
	PdfPrintImageSettings imageSettings
)

Parameters

pdfDocument
Type: PdfPrintingNetPdfPrintDocument
PDF document
outputFileName
Type: SystemString
Output image file name
imageSettings
Type: PdfPrintingNetPdfPrintImageSettings
Image settings to use

Return Value

Type: PdfPrintStatus
Status, if unexpected error returns exception.
See Also

Reference