Saves the document that is currently loaded in the Document
public void SaveToMemory(out byte[] data, TXTextControl.BinaryStreamType fileFormat, TXTextControl.SaveSettings saveSettings);Public Sub SaveToMemory(ByRef data As Byte(), ByVal fileFormat As TXTextControl.BinaryStreamType, ByVal saveSettings As TXTextControl.SaveSettings)public void SaveToMemory(out string data, TXTextControl.StringStreamType fileFormat, TXTextControl.SaveSettings saveSettings);Public Sub SaveToMemory(ByRef data As String, ByVal fileFormat As TXTextControl.StringStreamType, ByVal saveSettings As TXTextControl.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 |