UploadedFile.SourceWidth Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

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

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

Syntax

C#
public abstract int SourceWidth { get; }

Property Value

Type: System..Int32

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

See Also

Reference