xOffset

Set the horizontal offset from the lower-left corner of the paper.
[read/write property] xOffset([out, retval] double *offset) xOffset([in] double offset)
This property sets the horizontal offset from the lower-left corner of the paper. The distance is in points.

Similarly, the yOffset property sets the vertical offset.

resetParams resets these to their default values, which are zero offset.

VB:
pdf.xOffset = 18 pdf.yOffset = 18
yOffset
resetParams