Skip to main content

PdfDocumentProcessor.CreateTiff(String, IEnumerable<Int32>, Single) Method

Exports PDF pages to a multi-page TIFF image with a predefined resolution and saves the image to a file.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public void CreateTiff(
    string fileName,
    IEnumerable<int> pageNumbers,
    float imageDpi
)

Parameters

Name Type Description
fileName String

A file name (including the full path) for the created TIFF image.

pageNumbers IEnumerable<Int32>

A list of page numbers.

imageDpi Single

An image’s DPI.

Remarks

Warning

The CreateTiff method is not available in .NET MAUI applications. An exception is thrown on an attempt to call this method.

See Also