Aspose::Pdf::OperatorCollection::ResumeUpdate method

OperatorCollection::ResumeUpdate() method

Resumes document update. Updates contents stream in case there are any pending changes.

void Aspose::Pdf::OperatorCollection::ResumeUpdate() override

See Also

OperatorCollection::ResumeUpdate(bool) method

Resumes document update. Updates contents stream in case there are any pending changes. Marks all operators as “changed” if invalidate parameter is true.

void Aspose::Pdf::OperatorCollection::ResumeUpdate(bool updateAll)
ParameterTypeDescription
updateAllboolIf true, all operators in the collection marked as updated.

See Also