Aspose::Pdf::Comparison::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<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<DiffOperation>>>>>, System::String)Generates the output based on the differences between texts and saves it to a file.

See Also