Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Exports a PDF document to a TIFF image using the image’s file path, page numbers and predefined resolution.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

Declaration

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

Parameters

Name Type Description
fileName String

A String which specifies the file name (including the full path) for the created Tiff image.

pageNumbers IEnumerable<Int32>

A list of page numbers which implement the IEnumerable<T> interface.

imageDpi Single

A Single value that is the image’s DPI.

Remarks

Note

The CreateTiff method works on Azure Windows Virtual Machines and does not work on Azure Web Apps.

See Also