Saves the merged document.
public void SaveDocumentToMemory(out byte[] data, TXTextControl.BinaryStreamType fileFormat, TXTextControl.SaveSettings saveSettings);
public void SaveDocumentToMemory(out string data, TXTextControl.StringStreamType fileFormat, TXTextControl.SaveSettings saveSettings);
Parameter | Description |
---|---|
data | Specifies a byte array or a string into which the data is saved. No memory needs to be allocated through the caller. |
file |
Specifies one of the Binary |
save |
Specifies a Save |