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( PdfPrintDocument pdfDocument, Stream stream, PdfPrintImageSettingsTiff imageSettings )
Parameters
- pdfDocument
- Type: PdfPrintingNetPdfPrintDocument
PDF document - stream
- Type: System.IOStream
Memory stream to write to - exception thrown if null - imageSettings
- Type: PdfPrintingNetPdfPrintImageSettingsTiff
Image settings to use
Return Value
Type: PdfPrintStatusStatus - in case of an unexpected error it throws an exception.
See Also