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
Samples
C# code
See also
9/17/2024 3:14:41 PM