Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

DocumentLabelsPerPage Property

This specifies the number of labels per page in the returned label file.

Syntax

int GetDocumentLabelsPerPage(int iDocumentIndex);

int SetDocumentLabelsPerPage(int iDocumentIndex, int iDocumentLabelsPerPage);

Possible Values

  FLPP_ONE(0), 
  FLPP_TWO(1), 
  FLPP_FOUR(2)

Default Value

0

Remarks

This specifies the number of labels per page in the returned label file. Possible values are:

flppOne (0)
flppTwo (1)
flppFour (2)

Required when DocumentType is fitLabel. Otherwise it is ignored.

The size of the array is controlled by the DocumentCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0