UploadedFile.SourceHeight Property ActiveX/Java Uploader ASP.NET

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

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

Syntax

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