Per other comments in these forums, adding a text fragment and setting the position like this
textFragment.Position = New Position(1, 1)
puts the fragment at the bottom left corner of the page. We need to put a fragment at the very top of the page, So my question is how do you calculate the position values to achieve this result? Thanks.