This property refers to the image handle of the raw image data

[Visual Basic]   imagekitcontrolname.File.ImageHandleRawData [ = Long ]
[Visual C++]     [ long = ]imagekitcontrolname.GetFile().GetImageHandleRawData()
                 imagekitcontrolname.GetFile().SetImageHandleRawData(long Val)

Property Value

The image handle of the raw image data.

Explanation

Th ImageHandleRawData property refers to the image handle of the raw image data

By executing the FileLoadAsRawData method, load raw image data and set its image handle in this property. By executing the FileSaveAsRawData method, you can save the raw image data to file.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation