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

NameTypeAccessDescription
RootCfbStorageReadGets the root CfbStorage of the document
MajorVersionushortRead/WriteGets the major version number of the CFB container
MinorVersionushortRead/WriteGets the minor version number of the CFB container
TransactionSignatureNumberuintRead/WriteGets the transaction signature number of the document

Methods

SignatureDescription
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