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
- IsPdfPortfolioFromStream method of the Engine object
- CreateLayoutFromStream method of the Engine object
See also
7/3/2024 8:50:10 AM