Zum Hauptinhalt gehen

Suche

Suche

Count Of Labels Per Page

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.