跳到主内容

搜索

搜索

Count Of Labels Per Page

评论

1 条评论

  • Avatar
    Legacy Poster

    Ok never mind I just figured it out - there's rows and columns properties on pagesetup object:

     

     

                int rows = btFormat.PageSetup.LabelRows;
                int cols = btFormat.PageSetup.LabelColumns;
                int total = rows * cols;
    0

请先登录再写评论。