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

PackageShippingLabel Property

Image of the shipping label for this package return by the Server upon a successful ship response.

Object Oriented Interface

public function getPackageShippingLabel($packageidx);

Procedural Interface

inship_uspsship_get($res, 33 , $packageidx);

Default Value

''

Remarks

Image of the shipping label for this package return by the Server upon a successful ship response.

This is the decoded binary image file of the shipping label, stored in memory upon successful ship response. The kind of label data returned depends on the label formatting specified in your ship request via LabelImageType. If you requested a GIF label, the data returned will be a GIF file. If you requested a thermal label, it will be a thermal label image. If the PackageShippingLabelFile is set to a valid path and filename, the label is also saved to disk in a LabelImageType format.

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

This property is read-only and not available at design time.

Data Type

Binary String

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