This method saves raw image data to a file.

[Visual Basic]   [ Boolean = ]imagekitcontrolname.File.FileSaveAsRawData()
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetFile().FileSaveAsRawData()
[VB.NET]   [ Boolean = ]imagekitcontrolname.File.FileSaveAsRawData()
[C#.NET]   [ bool = ]imagekitcontrolname.File.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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation