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 PdfPrint. Status SavePdfPageAsImage( byte[] pdfArray, string outputFileName, int pageNumber, int zoomFactor )
Parameters
- pdfArray
- Type:System.Byte[]
PDF content - outputFileName
- Type: System.String
Output image file name - pageNumber
- Type: System.Int32
PDF page number - zoomFactor
- Type: System.Int32
Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.
Return Value
Type: PdfPrint.StatusStatus, if unexpected error returns exception.
See Also