This method loads image data from a file as raw data.

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

 

The ImageKit10 ActiveX is a product created by Newtone Corporation