StreamResult class
StreamResult class
Represents operation result in the form of Stream.
The StreamResult type exposes the following members:
Properties
Name | Description |
---|---|
is_file | Indicates whether the result is a path to an output file. |
is_stream | Indicates whether the result is a path to an output file. |
is_string | Indicates whether the result is a string. |
is_byte_array | Indicates whether the result is a byte array. |
data | Gets raw data. |
Methods
Name | Description |
---|---|
to_file() | Tries to convert the result to a file. |
to_stream() | Tries to convert the result to a stream object. |
See Also
- module
aspose.page.plugins
- package
aspose.page