'Declaration <DescriptionAttribute("Remove checksum digit from the barcode value of Planet or Postnet barcode.")> <DefaultValueAttribute(True)> Public Property RemovePostnetPlanetCheckSum As Boolean
[Description("Remove checksum digit from the barcode value of Planet or Postnet barcode.")] [DefaultValue(True)] public bool RemovePostnetPlanetCheckSum { get; set; }
[Description("Remove checksum digit from the barcode value of Planet or Postnet barcode.")] [DefaultValue(True)] public: __property bool get_RemovePostnetPlanetCheckSum(); public: __property void set_RemovePostnetPlanetCheckSum(
bool value
);
[Description("Remove checksum digit from the barcode value of Planet or Postnet barcode.")] [DefaultValue(True)] public:
property bool RemovePostnetPlanetCheckSum { bool get(); void set(bool value); }
Property Value
true - удалить цифру контрольной суммы из значения штрих-кода,
false - не удалять цифру контрольной суммы из значения штрих-кода.
Значение по умолчанию - true.
false - не удалять цифру контрольной суммы из значения штрих-кода.
Значение по умолчанию - true.