任何人都知道 iTextSharp 使用什么单位制?我的第一个假设是像素,但我不确定。
谢谢!
编辑:很抱歉没有更具体,感谢您让我知道。我说的是 PageSize 和 Margins 中的度量单位。
任何人都知道 iTextSharp 使用什么单位制?我的第一个假设是像素,但我不确定。
谢谢!
编辑:很抱歉没有更具体,感谢您让我知道。我说的是 PageSize 和 Margins 中的度量单位。
If I remember correctly it uses "points", the same unit of measurement as a font (as PDF is centered around correct font rendering).
One "point" is 1/72 of an inch (or about 0.353mm).
pointsValue = iTextSharp.text.Utilities.MillimetersToPoints(mmValue)