Aspose::TeX::Plugins::IOperationResult class

IOperationResult class

The general operation result interface.

class IOperationResult : public virtual System::Object

Methods

MethodDescription
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 file path.
virtual get_IsStream()Indicates whether the result is a stream.
virtual get_IsString()Indicates whether the result is a string.
virtual ToFile()Tries to convert the result to a file.
virtual ToStream()Tries to convert the result to a stream.

See Also