Aspose::Pdf::Artifact::BeginUpdates method

Artifact::BeginUpdates method

Start delated updates. Use this feature if you need make several changes to the same artifact to improve performance. Usually artifact operators are changed anytime when artifact property was changed. This causes changing of page contents everytime when artifact was changed. To avoid this effect put all artifact updates between StartUpdates/SaveUpdates calls. This allows to change page contents only once.

void Aspose::Pdf::Artifact::BeginUpdates()

See Also