Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput metod

IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

virtual void Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath)=0
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>Listan över skillnader mellan texter.
targetFilePathSystem::StringSökvägen till målfilen för att spara outputen.

Se även

IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

virtual void Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences, System::String targetFilePath)=0
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>Listan över skillnader mellan texter.
targetFilePathSystem::StringSökvägen till målfilen för att spara outputen.

Se även