How to find current (X, Y) position in iTextSharp?

后端 未结 4 583
鱼传尺愫
鱼传尺愫 2021-01-06 12:04

I need to create a PDF with several sections, and after each section need to add a line, but I don\'t know where to draw this line.

I need to find the exact coordin

4条回答
  •  既然无缘
    2021-01-06 12:59

    I believe there is only the y-position available: try

    PdfWriter.getVerticalPosition()
    

提交回复
热议问题