VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / RemovePostnetPlanetCheckSum Property
Syntax Requirements SeeAlso
In This Topic
    RemovePostnetPlanetCheckSum Property (ReaderSettings)
    In This Topic
    Gets or sets a value indicating whether the barcode reader removes the checksum digit from the barcode value of Planet or Postnet barcode.
    Syntax
    '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 - remove the checksum digit from the barcode value,
    false - do not remove the checksum digit from the barcode value.
    Default value is true.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also