IBinaryDataStorageExtension Members
If implemented by a class, provides a separate storage for the document binary data.
#Methods
Name | Description |
---|---|
Append |
Obsolete. Appends an entry to the binary data storage. |
Clean |
Removes all data from the storage. |
Create |
Creates a new binary data storage entry. |
Delete |
Deletes the specified entry from the storage. |
Load |
Returns a byte array containing the specified piece of binary data. |
Load |
Returns a stream containing the specified piece of binary data. |
See Also