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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic Stream DestinationStream { get; }Public ReadOnly Property DestinationStream As Stream
Get
Property Value
Type:
Stream
Remarks
If this stream was not set in the
FileUpload event, then this property returns
.
See Also