跳到主内容

搜索

搜索

Serialization failed with API

评论

2 条评论

  • Avatar
    Peter Thane

    It sounds like the API is sending the Copies/Copies per Serial Number value and not the Serial Numbers quantity. 

    btFormat.PrintSetup.IdenticalCopiesOfLabel = 

    and not 

    btFormat.PrintSetup.NumberOfSerializedLabels = 

    I think it should be

    0
  • Avatar
    Piotr Jamroz

    thanks for you support

    It works now

    0

请先登录再写评论。