Class DocxMailMergeResult
- Namespace
- DocToolkit
- Assembly
- DocToolkit.Docx.dll
A merged document, together with what happened to every field in it.
public sealed class DocxMailMergeResult
- Inheritance
-
DocxMailMergeResult
- Inherited Members
Remarks
Returned by the lenient overload only. Merge(byte[], IReadOnlyDictionary<string, string>) returns bytes and refuses to produce a document at all when a field went unfilled, so it has nothing to report.
Properties
Document
The merged document — complete or not. When IsComplete is false this still opens cleanly and looks finished; the unfilled fields show their placeholder text.
public byte[] Document { get; }
Property Value
- byte[]
Report
What happened to every field.
public DocxMailMergeReport Report { get; }