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