Stream to read the data into during this download operation.
public Stream Stream {get; set;}
Public Property Stream() As Stream
Get
Set
public:
property Stream^ Stream
{
Stream^ get()
void set(Stream^ value)
}
Stream into which to read the document data. The default value is null.
To download a document from the cache, use either Data or Stream, but not both. In other words, one of these properties must be set to a non-null value to indicate the target for the download operation.
When Stream is used, the data is stored beginning at the offset stored in the stream itself, and DataOffset is not used.
DataOffset is the 0-based byte offset into the source data at which to begin reading the data.
Length is the maximum number of bytes to read.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document