Skip to main content

PdfViewer.CreateTiff(String, Int32) Method

Exports a PDF document to a TIFF image using the document’s file path and the image’s largest edge length.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public void CreateTiff(
    string fileName,
    int largestEdgeLength
)

Parameters

Name Type Description
fileName String

A String which specifies the file name (including the full path) for the PDF document.

largestEdgeLength Int32

An integer value, specifying the length of the image’s largest dimension.

See Also