Buffer to read the data into during this download operation.
public byte[] Data { get; set; }
Public Property Data() As Byte()
Get
Set
public:
property array<Byte>^ Data
{
array<Byte>^ get()
void set(array<Byte>^ value)
}
Buffer to read the document data to. 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 Data is used, then DataOffset is the 0-based byte offset into Data, at which to begin storing the data.
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. This value must be greater than or equal to the size of the Data buffer. If a value of -1 is used, then reading will be performed until the end is reached, and Data must be large enough to hold all the bytes.
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