'' 纸张尺寸换算. 1单位= 1/100英寸
Private pw As Integer = CInt((PackingListPrint.pw.Value * 100 / 25.4))     '纸宽
Private ph As Integer = CInt((PackingListPrint.ph.Value * 100 / 25.4))    '纸高
Private ml As Integer = CInt((PackingListPrint.pl.Value * 100 / 25.4))    '页面左边距
Private mt As Integer = CInt((PackingListPrint.pt.Value * 100 / 25.4))    '页面上边距

相关文章:

  • 2021-12-03
  • 2021-12-20
  • 2021-06-05
  • 2021-11-27
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案