This property refers to the size of the image file. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData method.

[Visual Basic]
Public ReadOnly Property FileSize As Integer
[C#]
public int FileSize {get;}

Property Value

The size of the image file

Explanation

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

If file size information is not saved in the image file, 0 will be set into this property.

See Also

IkFile Class | IkFile Members

The ImageKit.NET3 is created by Newtone Corporation