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

SourceFileInfo.Width Property

Gets width of the source file.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property Width As Integer
C#
public override int Width { get; }

Property Value

The value that represents width of the source file.

Remarks

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

See Also

Reference