GetImageHeight
IPDFDocument4 :: Images

See Also
Collapse All

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

Syntax

LONG GetImageHeight (
LONG imageNumber
)
Parameters
imageNumber
Number of an image in the document's images collection

Return value
Height 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