Labels.NET component > API > Methods

getStart

void getStart(ref int iAcross, ref int iDown, ref int nRecords, ref int nCopies, ref int seqOffset)

also

void getStart(ref int iAcross, ref int iDown, ref int nRecords, ref int nCopies, ref int seqOffset, ref int nStart)

Returns in the parameters (all passed by reference) the following properties:

iAcross – the column number at which label printing starts – based on the top left label being 0,0

iDown – the row number at which label printing starts – based on the top left label being 0,0

nRecords – the number of records to be printed

nCopies – the number of copies of each record to be printed

[the total number of labels printed will be nRecords * nCopies)

seqOffset – a values added to all sequence number formulae present on the label – quite useful if the printer jams part way through a long print run!

If the nStart parameter is included this returns the initial record number.

 

More:

newLabel