The FileWidth property refers to the width of the image in pixels. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeMem method.

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

Property Value

The width of the image in pixels.

Explanation

The FileWidth property refers to the width of the image in pixels. 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