Aspose::Page::Plugins::StringResult class

StringResult class

Represents operation result in the form of string.

class StringResult : public Aspose::Page::Plugins::IOperationResult

Methods

MethodDescription
get_Data() overrideGets raw data.
get_IsByteArray() overrideIndicates whether the result is a byte array.
get_IsFile() overrideIndicates whether the result is a path to an output file.
get_IsStream() overrideIndicates whether the result is a path to an output file.
get_IsString() overrideIndicates whether the result is a string.
get_Text()Returns string representation of the result.
ToFile() overrideTries to convert the result to a file.
ToStream() overrideTries to convert the result to a stream object.
ToString() const overrideTries to convert the result to a string.

See Also