GetResolution
This method returns the resolution of the specified image in pixels.
Syntax
GetResolution (ImageIndex as Long, pXRes as Long, pYRes as Long)
Parameter | Description |
---|---|
ImageIndex | Index of the image of the DocPage.
Possible values 0 to ImageCount - 1. |
pXRes | [out] X-resolution after execution of the method. |
pYRes | [out] Y-resolution after execution of the method. |