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

ConvertedFile.Size Property

Gets a size of this converted file (in bytes).

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

Syntax

Visual Basic
Public ReadOnly Property Size As Integer
C#
public int Size { get; }

Property Value

Type: System.Int32

The size of this converted file (in bytes).

See Also

Reference