CfbStream
Overview
CfbStream is a class in Aspose.Email for NET.
Inherits from: CfbNode.
CfbStream.CfbStream creates a new CfbStream with the specified name and optional byte array data.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Data | byte[] | Read/Write | Gets or sets the raw byte array contained in the CfbStream |
Methods
| Signature | Description |
|---|---|
CfbStream(name: string, data: byte[]?) | Creates a new CfbStream with the specified name and optional byte array data |