Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IBinaryDataStorageExtension Members

If implemented by a class, provides a separate storage for the document binary data.

#Methods

Name Description
Append(String, Stream) Obsolete. Appends an entry to the binary data storage.
Clean(IEnumerable<String>) Removes all data from the storage.
Create(Stream) Creates a new binary data storage entry.
Delete(String) Deletes the specified entry from the storage.
LoadBytes(String) Returns a byte array containing the specified piece of binary data.
LoadStream(String) Returns a stream containing the specified piece of binary data.
See Also