Count Of Labels Per Page
Hi, what's the best way to go about getting the number of labels printed per page with the .NET SDK (C#)? Is this something available in the object model or does it need to be calculated? Thanks in advance,
Brad
0
-
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.
Kommentare
1 Kommentar