claus_hemberg
August 8, 2007, 13:38:33
In TX Text Control .NET Server 13 SP2 I have created a fixed position textframe like this:
stc.TextFrames.Add(frame, pageno, location, TextFrameInsertionMode.DisplaceText);
Now, when I save the document as a Word document, the frame is missing!
I have seen something likely in the TX Text Control Words sample program. If I create a textframe and select 'Fixed position on page' inside the 'Format Text Frame' function, and then save the document as a Word document, the frame is gone.
Am I doing something wrong here?????
stc.TextFrames.Add(frame, pageno, location, TextFrameInsertionMode.DisplaceText);
Now, when I save the document as a Word document, the frame is missing!
I have seen something likely in the TX Text Control Words sample program. If I create a textframe and select 'Fixed position on page' inside the 'Format Text Frame' function, and then save the document as a Word document, the frame is gone.
Am I doing something wrong here?????