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 FedexshipintlLabelImageTypes

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

enum FedexshipintlLabelImageTypes { fitPDF, fitPNG, fitEltron, fitZebra, fitUniMark }

Remarks

This element is required to indicate the format that the shipping label should be printed in. This must be set when either GetPackageLabel or GetShipmentLabels are called. The values for the thermal printers indicate the type of printer that is being used.

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

fitPDF (0) PDF format (plain paper only - laser printer)
fitPNG (1) PNG image (plain paper only - laser printer)
fitEltron (2) Thermal only (to be used with Eltron Orion (EPL2) or Eltron Eclipse (EPL2) printers)
fitZebra (3) Thermal only (to be used with Zebra ZPLII printer series)
fitUniMark (4) Thermal only (to be used with Unimark printer series)

Note: To generate PDF labels, you will need Adobe Reader 6.0 or higher, and the printer driver configuration set to 'none' for print scaling.

There are two types of shipping labels supported:

  • plain paper (to be used in laser printers only. In this case, possible values for the LabelImageType are PNG or PDF),
  • thermal (to be used in thermal printers only. In this case, possible values for the LabelImageType are ELTRON, ZEBRA, or UNIMARK).

While the content of each of these labels is the same, using the correct image type for the work environment the application will be used in is essential.

You may use the LabelStockType config to specify the size of the label. By default, the component will request a 4x6 label.

Default Value

0

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