SavePageAsBMP
IPDFDocument4 :: General document management :: Document rasterization

See Also
Collapse All

This method saves the specified PDF page as a bitmap.

Syntax

HRESULT SavePageAsBMP (
LONG pageNumber,
BSTR fileName,
LONG dpiX,
LONG dpiY
)
Parameters
pageNumber
Number of the target page

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