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

PdfViewer.CreateTiff(Stream, Int32) Method

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public void CreateTiff(
    Stream stream,
    int largestEdgeLength
)

Parameters

Name Type Description
stream Stream

A Stream object that is the stream containing a PDF document.

largestEdgeLength Int32

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

See Also