CfbStream
Overview
CfbStream is a class in Aspose.Email FOSS for .NET.
Inherits from: CfbNode.
CfbStream.CfbStream creates a new CfbStream with the specified name and optional byte array data.
Description
CfbStream is a class in the Aspose.Email FOSS library for .NET that exposes 0 methods and 1 property for programmatic use. It extends CfbNode, inheriting shared functionality from its parent type.
Instances are created through a single constructor that initializes the object with default values.
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 |