AddPackageRequestV3LabelType Property |
[This is preliminary documentation and is subject to change.]
The type of label returned (None, ZPL, ZPL300, ZPLIMAGES, ZPL300IMAGES, Image, PDF)
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string LabelType { get; set; }
Public Property LabelType As String
Get
Set
public:
virtual property String^ LabelType {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
String
RemarksAddPackage(AddPackageRequestV3) can return a label in ZPL format or as an image. ZPL300 returns a ZPL label formatted for 300 dots per inch. ZPLIMAGES and ZPL300IMAGES returns ZPL code that includes ZPL images downloaded to your ZPL printer.
See Also