GetImageWidth
IPDFDocument4 :: Images

See Also
Collapse All

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

Syntax

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

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