GetImageDim
This method returns the image dimensions in pixels.
Syntax
GetImageDim(ImageIndex As Long, pSX As Long, pSY As Long)
Parameter | Description |
---|---|
ImageIndex | Index of the image of the DocPage.
Possible values 0 |
pSX | [out] Image width in pixels |
pSY | [out] Image height in pixels |