Overview
CfbDocument is a class in Aspose.Email FOSS for .NET.
Constructors
| Signature | Description |
|---|
CfbDocument() | Creates a new CfbDocument instance. |
CfbDocument(root: CfbStorage, majorVersion: ushort, minorVersion: ushort, transactionSignatureNumber: uint) | Creates a new CfbDocument with the specified parameters. |
Methods
| Signature | Description |
|---|
FromReader(reader: CfbReader) | |
FromFile(path: string) | |
FromStream(stream: Stream) | |
Properties
| Name | Type | Access | Description |
|---|
Root | CfbStorage | read | |
MajorVersion | ushort | read | |
MinorVersion | ushort | read | |
TransactionSignatureNumber | uint | read | |
See Also