Skip to main content

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

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.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