WeightOfLetter
The weight per letter in Kg.
If no value is set (or a value of zero), then no weight column will appear in the manifest report.
Syntax
int reportGetWeightOfLetter(double *d);
int reportPutWeightOfLetter(double dNewValue);
Syntax description
d
pointer to the double that receives the value of this property.
dNewValue
specifies the new value for this property.
Return values
Returns zero to indicate success.