This documentation is for the old version. Go to the latest Upload Suite docs

BaseFileInfo.FileSize Property

Gets size of the file.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

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

Property Value

The value that represents size of the file.

See Also

Reference