N
Nyarlathotep
Hello World!
Context: Word 2007 Automation
I programmed a custom form and related wrapper objects in a separate Word
2007 template. Their goal is to read some built-in and custom document
properties. The form works.
However, I noticed that whenever I access a built-in document property like
Title, Category, etc., Word 2007 starts a word count. Since my document can
be somewhat large, this takes too much time. I have to read 6 properties, so
I incur 6 word counts.
I tried turning auto-pagination off, changing to draft view, and it didn't
do it.
Is there a way to disable the Word counting behavior for some time while I
read or write the properties I need?
Thanks in advance!
Context: Word 2007 Automation
I programmed a custom form and related wrapper objects in a separate Word
2007 template. Their goal is to read some built-in and custom document
properties. The form works.
However, I noticed that whenever I access a built-in document property like
Title, Category, etc., Word 2007 starts a word count. Since my document can
be somewhat large, this takes too much time. I have to read 6 properties, so
I incur 6 word counts.
I tried turning auto-pagination off, changing to draft view, and it didn't
do it.
Is there a way to disable the Word counting behavior for some time while I
read or write the properties I need?
Thanks in advance!