Skip to main content

Search

Search

Count Of Labels Per Page

Comments

1 comment

  • 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

Please sign in to leave a comment.