IReadStream Interface
This is the interface for a read stream. This interface and all its methods are implemented on the client-side. A read stream may be implemented, for example, as reading from file.
Methods
Name | Description |
---|---|
Close | Finishes using the stream. All allocated resources can be released. |
Read | Reads the specified number of bytes from the stream. |
Input parameter
This object is passed as an input parameter to the following methods:
- IsPdfWithTextualContentFromStream method of the Engine object
- AddImageFileFromStream method of the FRDocument object
- IsPdfPortfolioFromStream method of the Engine object
- CreateLayoutFromStream method of the Engine object
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