Updating Different Parts of Slides Using Different Threads for the Same PPT in C#

I am trying to update the different entities of slides like Text,Images,Graphs . Right now i am doing these operations synchronously. I wanted to know if it safe and ok to do all these operations asynchronously.

Or can I work on multiple slides of same ppt parallelly .

@rahulvalecha145,
Thank you for your query. We don’t recommend using multithreading for a single presentation instance. Please look at the next article: Multithreading in Aspose.Slides.