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

LabelImageType Property

Type of image or printer commands the shipping label is to be formatted in.

Syntax

[VB.NET]
Public Property LabelImageType As UpsshipintlLabelImageTypes

[C#]
public UpsshipintlLabelImageTypes LabelImageType {get; set;}

enum UpsshipintlLabelImageTypes { uitGIF, uitEPL, uitSPL, uitZPL, uitStar }

Remarks

This element defines the print method code that the labels are to be generated to. It is applicable and required to be provided in a ship request for forward shipments or return shipments. The value selection depends on the printer type used to print the shipping label.

Valid image types and their meanings with the corresponding usage are listed below:

Value Usage
uitGIF(0) To be used for image formats.
uitEPL (1) To be used with EPL2 formatted labels.
uitSPL (2) To be used with SPL formatted labels.
uitZPL (3) To be used with ZPL formatted labels.
uitStar (4) To be used with STAR printer formatted labels. Not a valid image type when using Mail Innovations.

There are two types of shipping labels supported: plain paper (when printing to an HP compatible laser or inkjet type printer only. In this case, the only possible value for the LabelImageType is 0 (litGIF)), and thermal (when printing to thermal printers only. In this case, possible values for the LabelImageType are 1, 2, 3 and 4).

While the content of each of these labels is the same, their usages are different. Each provides a bar-coded image for the purpose of scanning the package during handling. The uses of each label depend on the type of working environment to be used.

Default Value

0

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