Saves pdf page as an image. 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 PdfPrint. Status SavePdfPageAsImage( PdfPrintDocument pdfDocument, string outputFileName, PdfPrintImageSettings imageSettings )
Parameters
- pdfDocument
- Type: PdfPrintingNet.PdfPrintDocument
PDF document - outputFileName
- Type: System.String
Output image file name - imageSettings
- Type: PdfPrintingNet.PdfPrintImageSettings
Image settings to use
Return Value
Type: PdfPrint.StatusStatus, if unexpected error returns exception.
See Also