Aspose::Pdf::Document::get_IgnoreCorruptedObjects method

Document::get_IgnoreCorruptedObjects method

Gets 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.

bool Aspose::Pdf::Document::get_IgnoreCorruptedObjects()

See Also