Click or drag to resize

PdfFocusToMultipageTiff Method

Saves all pages of the PDF document to multipage-TIFF document as array of bytes.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public byte[] ToMultipageTiff()

Return Value

Byte
array of bytes with multipage-TIFF - saving successfully.
null - problem with rendering of multipage-TIFF document. Please email this PDF document at support@sautinsoft.com.
Remarks
Before converting you may set various image properties using the property ImageOptions. For example, set:
  • TIFFCompressionType - Choose compression: LZW , JPEG, CCITTFAX4.
  • Dpi - image resolution in dots per inch. Default value: 200
  • ColorDepth - color depth or bit depth is the number of bits used to represent the color of a single pixel. Default value: 24 bit RGB
See Also