FourStateRoyalMailMaxDigits Property

CVB.Net Documentation
Maximum number of digits in the code (must be in the range [MinDigits..13], otherwise an exception will be raised).

Namespace:  Stemmer.Cvb.Barcode.Configuration
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public int MaxDigits { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value assigned to MinDigits is outside the range [MinDigits..13]
See Also

Reference