| Syntax: |
|
[C#]
public void SaveDocumentToMemory(out byte[] data, TXTextControl.BinaryStreamType fileFormat, TXTextControl.SaveSettings saveSettings);
public void SaveDocumentToMemory(out string data, TXTextControl.StringStreamType fileFormat, TXTextControl.SaveSettings saveSettings);
[Visual Basic]
Public Sub SaveDocumentToMemory(ByRef data As Byte(), ByVal fileFormat As TXTextControl.BinaryStreamType, ByVal saveSettings As TXTextControl.SaveSettings)
Public Sub SaveDocumentToMemory(ByRef data As String, ByVal fileFormat As TXTextControl.StringStreamType, ByVal saveSettings As TXTextControl.SaveSettings)
|