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

SourceFileInfo.HorizontalResolution Property

Gets horizontal resolution of the source file.

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

Syntax

Visual Basic
Public ReadOnly Property HorizontalResolution As Double
C#
public double HorizontalResolution { get; }

Property Value

The value that represents horizontal resolution of the source file.

Remarks

The actual horizontal resolution is returned if the source file is a supported image. Otherwise, this property returns 0.

See Also

Reference