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

LabelImageType Property

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

Syntax

[VB.NET]
Public Property LabelImageType As EzshipLabelImageTypes

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

enum EzshipLabelImageTypes { itNone, itEPL, itGIF, itJPG, itPDF, itPNG, itSPL, itTIF, itZPL, itStar, itEltron, itUniMark, itZebra }

Remarks

This element is required to indicate shipping label formatting and has to be set when the GetShipmentLabels method is called. The value selection depends on the printer type used to print the shipping label.

Valid image types are listed below:

Value CanadaPost FedEx UPS USPS Endicia (USPS)
itNone X
itEPL X X
itGIF X X X
itJPG X
itPDF X X X X
itPNG X X
itSPL X
itTIF X
itZPL X X
itStar X
itEltron X
itUniMark X
itZebra X

Note that all USPS shipping types support sitTIF and sitPDF LabelImageTypes except stUSPSExpress ServiceType, which supports sitGIF and sitPDF.

The valid values when using Endicia are sitEPL, sitGIF, sitJPG, sitPNG, and sitZPL, when the ServiceType is stUSPSFirstClass, stUSPSPriority, stUSPSLibrary, stUSPSMedia, or stUSPSParcelPost otherwise, only sitGIF, sitJPG, and sitPNG are supported.

Default Value

0

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