Aspose::Pdf::Facades::PdfFileEditor::get_CorruptedItems method

PdfFileEditor::get_CorruptedItems method

Array of encountered problems when concatenation was performed. For every corrupted document from passed to Concatenate() function new CorruptedItem entry is created. This property may be used only when CorruptedFileAction is ConcatenateIgnoringCorrupted.

System::ArrayPtr<System::SharedPtr<PdfFileEditor::CorruptedItem>> Aspose::Pdf::Facades::PdfFileEditor::get_CorruptedItems()

See Also