Skip to main content
A newer version of this page is available. .

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

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v21.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

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

Parameters

Name Type Description
fileName String

The file name (including the full path) for the created Tiff image.

pageNumbers IEnumerable<Int32>

A list of page numbers.

imageDpi Single

The image’s DPI.

See Also