Skip to main content

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

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public void CreateTiff(
    Stream stream,
    IEnumerable<int> pageNumbers,
    float imageDpi
)

Parameters

Name Type Description
stream Stream

A stream to which a TIFF image should be written.

pageNumbers IEnumerable<Int32>

A list of page numbers.

imageDpi Single

Image 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