Aller au contenu principal

Recherche

Recherche

Count Of Labels Per Page

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.