IOperationResult class
IOperationResult class
The general operation result interface.
The IOperationResult type exposes the following members:
Properties
| Name | Description | 
|---|---|
| is_file | Indicates whether the result is a file path. | 
| is_stream | Indicates whether the result is a stream. | 
| 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. | 
See Also
- module aspose.tex.plugins
- package aspose.tex