Determines if the image specified in the Image property exists, and verifies level of access.
Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
Ö | Imaging for Windows 95 and 98 |
Ö | Imaging for Windows NT 4.0 |
Image Admin control
object.VerifyImage(Option)
Parameter | Data Type | Description |
Option | Long | Specifies the level of access to verify. | ||
0 = Verify existence 1 = Verify read access 2 = Verify write access 3 = Verify read/write access |
Boolean
Setting | Description |
True | The file exists and has the level of access specified by the Option argument. |
False | The file does not exist, or does not have the level of access specified in the Option argument. |