The FileWidthByte property refers to the number of bytes per line in the image. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeMem method.

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

Property Value

The number of bytes per line in the image.

Explanation

The FileWidthByte property refers to the number of bytes per line in the image. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeMem method.

When using vector image formats the following properties are disabled; FileBitCount, FileImageSize, FileMaxPage, and FileWidthByte.

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