CfbDocument
Overview
CfbDocument is a class in Aspose.Email for NET.
CfbDocument represents a Compound File Binary container and exposes its root storage and version information via the Root, MajorVersion, MinorVersion, and TransactionSignatureNumber properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Root | CfbStorage | Read | Gets the root CfbStorage of the document |
MajorVersion | ushort | Read/Write | Gets the major version number of the CFB container |
MinorVersion | ushort | Read/Write | Gets the minor version number of the CFB container |
TransactionSignatureNumber | uint | Read/Write | Gets the transaction signature number of the document |
Methods
| Signature | Description |
|---|---|
CfbDocument() | Initializes a CfbDocument with given root storage and version numbers |
CfbDocument(root: CfbStorage, majorVersion: ushort, minorVersion: ushort, transactionSignatureNumber: uint) | |
FromReader(reader: CfbReader) | Loads a CfbDocument from a CfbReader instance |
FromFile(path: string) | Loads a CfbDocument from a file at the specified path |
FromStream(stream: Stream) | Loads a CfbDocument from a provided Stream |