PDA

View Full Version : How do i place text at specific position?


Ebh_Finans
December 14, 2006, 15:02:22
Is it posible to place text/textfield at a specific position, like you can do with images ??

My problem is that i need to fill out a depositcard, where the text and amount to pay is required to be positioned at specific places.

/Martin L.

Gunnar Giffey
December 14, 2006, 15:09:54
Martin,

You could use a text frame for that:
Add(TextFrame textFrame, int page, Point location, TextFrameInsertionMode insertionMode);
http://www.textcontrol.com/support/documentation/html/dotnet/n_textframecollection.add.htm

Please note that you can not save a text frame inserted like this as RTF or DOC, but only as internal format (3) or PDF!