PdfPrint.SavePdfPagesAsMultiPageTiff Method (String, String, Int32, Int32, Int32, Single, Single, PdfPrint.ColorType)Terminal Works - PDF Printing.Net Library
Saves 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 PdfPrint. Status SavePdfPagesAsMultiPageTiff(
	string fileName,
	string outputFileName,
	int fromPage,
	int toPage,
	int zoomFactor,
	float xResolution,
	float yResolution,
	PdfPrint. ColorType colorType
)

Parameters

fileName
Type: System.String
PDF file name
outputFileName
Type: System.String
Image output file name
fromPage
Type: System.Int32
From PDF page.
toPage
Type: System.Int32
To PDF page.
zoomFactor
Type: System.Int32
Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.
xResolution
Type: System.Single
X Resolution of the output image.
yResolution
Type: System.Single
Y resolution of the output image.
colorType
Type: PdfPrintingNet.PdfPrint.ColorType
Color type - BW, Gray, Color, Same as in the PDF

Return Value

Type: PdfPrint.Status
Status - in case of an unexpected error it throws an exception.
See Also

Reference