public final class CustomAttachmentStorage extends Object
Represents custom attachment storage.
Constructor and Description |
---|
CustomAttachmentStorage()
Initializes a new instance of the
CustomAttachmentStorage class. |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,byte[]> |
getDataSet()
Gets the data set representing custom attachment storage, names of the data streams are keys for this dictionary.
|
public CustomAttachmentStorage()
Initializes a new instance of the CustomAttachmentStorage
class.
public LinkedHashMap<String,byte[]> getDataSet()
Gets the data set representing custom attachment storage, names of the data streams are keys for this dictionary.
Value: The data set.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.