Saves PDF pages in one multipage TIFF file.
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public PdfPrintStatus SavePdfPagesAsMultiPageTiff( string fileName, string outputFileName, int fromPage, int toPage, int zoomFactor )
Parameters
- fileName
- Type: SystemString
PDF file name - outputFileName
- Type: SystemString
Image output file name - fromPage
- Type: SystemInt32
From PDF page. - toPage
- Type: SystemInt32
To PDF page. - zoomFactor
- Type: SystemInt32
Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.
Return Value
Type: PdfPrintStatusStatus - in case of an unexpected error it throws an exception.
See Also