SaveDocumentAsTIFF
IPDFDocument4 :: General document management :: Document rasterization

See Also
Collapse All

This method saves the document as a multipage TIFF image.

Syntax

HRESULT SaveDocumentAsTIFF (
BSTR fileName,
LONG dpiX,
LONG dpiY
)
Parameters
fileName
Path to output file

dpiX
Horizontal resolution of image

dpiY
Vertical resolution of image

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

See Also

Reference