DocxMailMerge constructor

DocxMailMerge(
  1. List<int> docx
)

Create a DocxMailMerge with the raw file given

Implementation

DocxMailMerge(this.docx);