Aspose::Pdf::Comparison::OutputGenerator::IFileOutputGenerator class

IFileOutputGenerator class

Represents an interface for generating output to a file of differences between texts.

class IFileOutputGenerator : public virtual System::Object

Methods

MethodDescription
virtual GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>, System::String)Generates the output based on the differences between texts and saves it to a file.
virtual GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>>, System::String)Generates the output based on the differences between texts and saves it to a file.

See Also