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

SourceFileInfo.VerticalResolution Property

Gets vertical resolution of the source file.

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

Syntax

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

Property Value

The value that represents vertical resolution of the source file.

Remarks

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

See Also

Reference