Aspose::Page::Plugins::ByteArrayResult class
ByteArrayResult class
Represents operation result in the form of the bytes array.
class ByteArrayResult : public Aspose::Page::Plugins::IOperationResult
Methods
| Method | Description | 
|---|---|
| get_Data() override | Gets raw data. | 
| get_IsByteArray() override | Indicates whether the result is a byte array. | 
| get_IsFile() override | Indicates whether the result is a path to an output file. | 
| get_IsStream() override | Indicates whether the result is an output stream. | 
| get_IsString() override | Indicates whether the result is a text string. | 
| ToFile() override | Tries to convert the result to a file. | 
| ToStream() override | Tries to convert the result to a stream object. | 
See Also
- Class IOperationResult
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++