IFileWriter Interface
This is the interface for a file writing stream. This interface and all its methods are implemented on the client-side.
Methods
Name | Description |
---|---|
Close | Finishes writing the file into memory. |
Open | Starts writing the specified file into memory. |
Write | Writes a portion of data into the file writer stream. |
Input parameter
The ExportToMemory method of the FRDocument object receives a pointer to this interface as an input parameter.
Remarks
This interface does not work if the Engine object is loaded as an out-of-process server.
See also
03.07.2024 8:50:25