GetImageResolution
IPDFDocument4 :: Images

See Also
Collapse All

This method retrieves the resolution of an image with the specified number.

Syntax

LONG GetImageResolution (
LONG imageNumber
)
Parameters
imageNumber
The number of an image in the document's images collection

Return value
Resolution of the image

Remarks

The index of the image can be retrieved from any image loading method, such as AddImageFromFile.

See the PageResolution property for examples.

See Also

Reference