This method saves raw image data to a file.

[C++Builder]   [ bool = ]imagekitcontrolname->FileIO->FileSaveAsRawData()
[Delphi]   [ Boolean = ]imagekitcontrolname.FileIO.FileSaveAsRawData

Parameters

None

Return Value

Returns True if successful. Returns False 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.

 

The ImageKit10 VCL is a product created by Newtone Corporation