Stuart Carnie
2005-03-17 06:07:01 UTC
Hello,
Question:
Is there an event or a status I can use in my C# Word add-in to
determine when Microsoft Word has finished paginating a document?
- - - - - - - - -
Background:
I've written a Microsoft Word add-in in C# that dynamically generates a
document based on an XML file. Once it has completed adding all the
text and tables, the document takes an arbitrary amount of to
repaginate. Different times for different speed machines.
After this completes, I would like to able to execute some code to
update the fields / cross references. I was looking for an event that
Word would raise or a status I could poll, but I cannot find anything.
Cheers,
Stuart
Question:
Is there an event or a status I can use in my C# Word add-in to
determine when Microsoft Word has finished paginating a document?
- - - - - - - - -
Background:
I've written a Microsoft Word add-in in C# that dynamically generates a
document based on an XML file. Once it has completed adding all the
text and tables, the document takes an arbitrary amount of to
repaginate. Different times for different speed machines.
After this completes, I would like to able to execute some code to
update the fields / cross references. I was looking for an event that
Word would raise or a status I could poll, but I cannot find anything.
Cheers,
Stuart