Saves all PDF pages in one multipage tiff file.
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public PdfPrintStatus SavePdfPagesAsMultiPageTiff( string fileName, string outputFileName )
Parameters
- fileName
- Type: SystemString
PDF file name - outputFileName
- Type: SystemString
Image output file name
Return Value
Type: PdfPrintStatusStatus - in case of an unexpected error it throws an exception.
See Also