StringResult class
StringResult class
Represents operation result in the form of string.
The StringResult 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. |
text | Returns string representation of the result. |
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