Hate to be a nuisance about this issue but I have another question. In the code snippet after I call the save function, I attempt to check the PageCount property to make sure the conversion is complete. Is this necessary? Does the Save function wait until the conversion is complete before the next line in the code is performed?
Hi,
Thanks for your inquiry.
I think we can’t judge if the conversion is complete by checking the PageCount property. As during the conversion, the PageCount can be also greater than zero. In fact, as you mentioned, the Save function waits until the conversion is complete before the next line in the code is performed.
Best regards.