CfbWriter
Resumo geral
CfbWriter é uma classe em Aspose.Email para NET.
CfbWriter pode serializar um CfbDocument para uma matriz de bytes com ToBytes ou escrever diretamente em um arquivo comWriteFile.
Propriedades
| Signature | Description |
|---|---|
ToBytes(document: CfbDocument) | Converts the given CfbDocument into a byte array representing the CFB container |
WriteFile(document: CfbDocument, path: string) | Writes the supplied CfbDocument to a file at the specified path |