Aspose::Pdf::Plugins::ObjectResult class
Contents
[
Hide
]ObjectResult class
Represents operation result in the form of string.
class ObjectResult : public Aspose::Pdf::Plugins::IOperationResult
Methods
| Method | Description |
|---|---|
| get_Data() override | Gets raw data. |
| get_IsFile() override | Indicates whether the result is a path to an output file. |
| get_IsObject() const | Indicates whether the result is an object. |
| get_IsStream() override | Indicates whether the result is a path to an output file. |
| get_IsString() override | Indicates whether the result is a string. |
| get_Text() | Returns string representation of the result. |
| ToFile() override | Tries to convert the result to a file. |
| ToStream() override | Tries to convert the result to a stream object. |
| ToString() const override | Tries to convert the result to a string. |
See Also
- Class IOperationResult
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++