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

UploadedFile.SourceHeight Property

Gets height of this user-selected file (in pixels) if it is an image.

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

Syntax

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

Property Value

Type: System.Int32

The height of this user-selected file (in pixels) if it is an image. Otherwise, this property returns 0.

See Also

Reference