メインコンテンツへスキップ

検索

検索

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

サインインしてコメントを残してください。