Aspose::Pdf::Document::set_IgnoreCorruptedObjects method

Document::set_IgnoreCorruptedObjects method

Sets flag of ignoring errors in source files. When pages from source document copied into destination document, copying process is stopped with exception if some objects in source files are corrupted when this flag is false. example: dest.Pages.Add(src.Pages); If this flag is set to true then corrupted objects will be replaced with empty values. By default: true.

void Aspose::Pdf::Document::set_IgnoreCorruptedObjects(bool value)

See Also