Aspose::Page::Plugins::FileResult class

FileResult class

Represents operation result in the form of string path to file.

class FileResult : 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 an output stream.
get_IsString() overrideIndicates whether the result is a text string.
ToFile() overrideTries to convert the result to a file.
ToStream() overrideTries to convert the result to a stream object.

See Also