Click or drag to resize
Pdf Library for .NET

PdfRasterizerConvertToTiff Method

Converts a range of PDF pages to a multi frame TIFF.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public byte[] ConvertToTiff()

Return Value

Byte
The array of bytes containing the binary representation of the multi frame TIFF.
Remarks
Pages that participate to this operation are specified by StartPageNumber and EndPageNumber properties.
See Also