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

BaseFileInfo.InputStream Property

Gets the Stream that represents the file.

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

Syntax

Visual Basic
Public ReadOnly Property InputStream As Stream
C#
public Stream InputStream { get; }

Property Value

A Stream that represents the file.

See Also

Reference