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

UploadedFile.HorizontalResolution Property

Gets a horizontal resolution of this user-selected file (measured in DPI - dots per inches) if it is an image.

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

Syntax

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

Property Value

Type: System.Int32

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

See Also

Reference