PdfDocument.SaveAsTiff Method

Creates images of each page in the document, then creates a multipage TIFF from the images and saves the TIFF to the file with specified name.

Overload List

  NameDescription
Public methodSaveAsTiff(Stream, PdfDrawOptions)
Creates images of each page in the document, then creates a multipage TIFF from the images and saves the TIFF to the specified stream.
Public methodSaveAsTiff(String, PdfDrawOptions)
Creates images of each page in the document, then creates a multipage TIFF from the images and saves the TIFF to the file with specified name.

See Also