Pages Property

Syntax

Object.Pages
Type = short, read/write

Description

The Pages property is a read/write property that sets how many pages of labels are printed.  A page of labels is a copy of an entire page of labels created when printing with layouts.  The default for this property is one.  For more detail on pages of labels, consult the LLM-WIN manual.  You need not use this property if your label does not use a "multi-up" layout.

Example

'print 2 identical pages, 10 labels/page with 2 labels for each serial #
ClientX1.SetLabelName  "Label1.lwl"
ClientX1.SetData 0, "ABC-123"
ClientX1.Quantity = 5
ClientX1. Duplicates = 2
ClientX1. Pages = 2
ClientX1.PrintJob

See also:

Quantity

Duplicates

PrinterAlias