Hello,
in the TextBlock feature I miss a possibility to write a TextBlock from a line.
Given this: I have a textblock that does not fit on my page. With the textblock object, I'm able to place the first part on my page, but I'm not able to find the part that must be placed on the following page (or column).
So I would need a VpeWriteTextBlockRange function:
VpeCoord VpeWriteTextBlock( VpeHandle hDoc, VpeHandle hTextBlock, VpeCoord Left, VpeCoord Top, int nFirstLine, int nLineCount )
Wolfgang