PdfDocumentProcessor.CreateTiff(Stream, IEnumerable<Int32>, Single) Method
In This Article
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.v24.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. |
page |
IEnumerable<Int32> | A list of page numbers. |
image |
Single | Image DPI. |
#Remarks
Warning
The Create
method is not available in .NET MAUI applications. An exception is thrown on an attempt to call this method.
See Also