The FileSize property refers to the size of the image file. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeMem method.

[Visual Basic]   imagekitcontrolname.File.FileSize [= Long ]
[Visual C++]     [ long = ]imagekitcontrolname.GetFile().GetFileSize()
[VB.NET]   imagekitcontrolname.File.FileSize [= Integer ]
[C#.NET]   imagekitcontrolname.File.FileSize [= int ]

Property Value

The size of the image file

Explanation

The FileSize property refers to the size of the image file. The file size changes depending on the format in which the image data is saved and whether or not the image data is compressed.

To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeMem method.

Setting this value

  This value cannot be set.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation