Aspose::Pdf::Document::Check method

Document::Check method

Validates document.

bool Aspose::Pdf::Document::Check(bool doRepair)
ParameterTypeDescription
doRepairboolIf true found issues will be repaired.

ReturnValue

True - if document repaired; otherwise, false.

See Also