Aspose::Pdf::Document::IsRepairNeeded method

Document::IsRepairNeeded method

Checks if document requires Repair method call.

bool Aspose::Pdf::Document::IsRepairNeeded(System::SharedPtr<Document::RepairOptions> &options)
ParameterTypeDescription
optionsSystem::SharedPtr<Document::RepairOptions>&Filled RepairOptions recommended to be used in Repair method

ReturnValue

Returns filled options to be used in Repair method

See Also