跳至主內容

搜尋

搜尋

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

登入寫評論。