ImageViewFile Method
|
| Description: | Displays the image file referenced in the FileName argument |
| Syntax: | boolean ImageViewFile(BSTR FileName) |
| Return Value: | | True | | The image was displayed successfully. | | False | | An error occurred. |
|
| Arguments: |
| | Name | | Type | | Description |
| | FileName | | BSTR | | Path to the image file to display. |
|
|
| Remarks: | The ImageChanged event will be fired. See also the ImageLoadFile method. |