'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("Remove checksum digit from the barcode value of Planet or Postnet barcode.")> Public Property RemovePostnetPlanetCheckSum As Boolean
[DefaultValue(True)] [Description("Remove checksum digit from the barcode value of Planet or Postnet barcode.")] public bool RemovePostnetPlanetCheckSum { get; set; }
[DefaultValue(True)] [Description("Remove checksum digit from the barcode value of Planet or Postnet barcode.")] public: __property bool get_RemovePostnetPlanetCheckSum(); public: __property void set_RemovePostnetPlanetCheckSum(
bool value
);
[DefaultValue(True)] [Description("Remove checksum digit from the barcode value of Planet or Postnet barcode.")] public:
property bool RemovePostnetPlanetCheckSum { bool get(); void set(bool value); }
Property Value
true - remove the checksum digit from the barcode value,
false - do not remove the checksum digit from the barcode value.
Default value is true.
false - do not remove the checksum digit from the barcode value.
Default value is true.