Aspose::Page::Plugins::IOperationResult class
Contents
[
Hide
]IOperationResult class
General operation result interface that defines common methods that concrete plugin operation result should implement.
class IOperationResult : public virtual System::Object
Methods
Method | Description |
---|---|
virtual get_Data() | Gets raw data. |
virtual get_IsByteArray() | Indicates whether the result is a byte array. |
virtual get_IsFile() | Indicates whether the result is a path to an output file. |
virtual get_IsStream() | Indicates whether the result is an output stream. |
virtual get_IsString() | Indicates whether the result is a text string. |
virtual ToFile() | Tries to convert the result to the file. |
virtual ToStream() | Tries to convert the result to the stream object. |
See Also
- Class Object
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++