Gets or sets a value indicating whether to enable to check digit calculation in the generated barcode or not.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This field may be removed in the future.")]
public bool EnableCheckDigit { get; set; }
<ObsoleteAttribute("This field may be removed in the future.")> 
Public Property EnableCheckDigit As Boolean
	Get
	Set
public:
[ObsoleteAttribute(L"This field may be removed in the future.")]
property bool EnableCheckDigit {
	bool get ();
	void set (bool value);
}
[<ObsoleteAttribute("This field may be removed in the future.")>]
member EnableCheckDigit : bool with get, set

Property Value

Boolean

Remarks

The Default value is True.

See Also