This method loads image data from a file as raw data.
[Visual Basic] [ Boolean
=
]imagekitcontrolname.File.FileLoadAsRawData()
[Visual C++] [
BOOL =
]imagekitcontrolname.GetFile().FileLoadAsRawData()
Parameters
None
Return Value
Returns True (nonzero) if successful. Returns False (0) if unsuccessful.
Explanation
The FileLoadAsRawData method loads image data from a file as raw data.
The file set in the FileName property will be loaded and the raw image data set in the ImageHandleRawData property.
To display a caption, message, and button in the Progress dialog box when loading files, set the Caption, Message and ButtonName properties.