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

SourceFileInfo.FileSize Property

Gets size of the source file.

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

Syntax

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

Property Value

The value that represents size of the source file.

See Also

Reference