POSTNET

実例

example-postnet

構文

<bc:barcode message="2012345">
  <bc:postnet>
      <bc:height>15mm</bc:height>
      <bc:module-width>0.02in</bc:module-width>
      <bc:quiet-zone enabled="true">10mw</bc:quiet-zone>
      <bc:checksum>ignore</bc:checksum>
      <bc:interchar-gap-width>0.026in</bc:interchar-gap-width>
      <bc:tall-bar-height>0.125in</bc:tall-bar-height>
      <bc:short-bar-height>0.050in</bc:short-bar-height>
      <bc:baseline-alignment>bottom</bc:baseline-alignment>
      <bc:bc:human-readable>
        <bc:placement>bottom</bc:placement>
        <bc:font-size>8pt</bc:font-size>
        <bc:display-checksum>false</bc:display-checksum>
      </bc:human-readable>
  </bc:postnet>
</bc:barcode>

メッセージ書式

  • 有効な文字は[0~9]である
  • {display-checksum}は計算されたチェックサムを可読領域に含めるかを決定する。

PDF

Comments are closed.