Click or drag to resize

FileUploadedEventArgsDestinationStream Property

Gets a user stream stream where file was saved.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Stream DestinationStream { get; }

Property Value

Type: Stream
Remarks
If this stream was not set in the FileUpload event, then this property returns .
See Also