Click or drag to resize
Pdf Library for .NET

PdfRasterizerSaveTiff Method

Convert the PDF pages from the current PDF document to multi frame TIFF. The TIFF will be saved into the folder specified by ImagesPath property, having the name specified by the ImagesPrefix property.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void SaveTiff()
Remarks
Pages that participate to this operation are specified by StartPageNumber and EndPageNumber properties.
See Also