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

ConvertedFile.FileStream Property

Gets a Stream object that pointing to this converted file.

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

Syntax

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

Property Value

Type: System.IO.Stream

A stream pointing to this converted file.

See Also

Reference