FourStateRoyalMailMinDigits Property

CVB.Net Documentation
Minimum number of digits in the code (must be in the range [7, MaxDigits], 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 MinDigits { get; set; }

Property Value

Type: Int32
Exceptions

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

Reference