PdfDocumentProcessor.CreateTiff(String, IEnumerable<Int32>, Single) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public void CreateTiff(
string fileName,
IEnumerable<int> pageNumbers,
float imageDpi
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A file name (including the full path) for the created TIFF image. |
page |
IEnumerable<Int32> | A list of page numbers. |
image |
Single | An image’s 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