P
PTHRG
I need to place large text in a FormField. At this moment we use
TextInput.Default= .... but this input is limited to 256 characters.
We get a handle to the formfield by:
Microsoft.Office.Interop.Word.FormField FF =
document.FormFields.get_Item(ref spec_ff);
FF.TextInput.Default= "large text";
How can we solve this issue?
TextInput.Default= .... but this input is limited to 256 characters.
We get a handle to the formfield by:
Microsoft.Office.Interop.Word.FormField FF =
document.FormFields.get_Item(ref spec_ff);
FF.TextInput.Default= "large text";
How can we solve this issue?