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

BaseFileInfo.Height Property

Gets height of the file.

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

Syntax

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

Property Value

The value that represents height of the file.

See Also

Reference