PDFView4NET WinForms Edition


EnableCheckSum Property
Gets or sets a value indicating whether a checksum symbol should be appended automatically to the barcode.
Syntax
'Declaration
 
Public Property EnableCheckSum As Boolean
'Usage
 
Dim instance As PDFUnidimensionalBarcode
Dim value As Boolean
 
instance.EnableCheckSum = value
 
value = instance.EnableCheckSum
public bool EnableCheckSum {get; set;}

Property Value

True if a checksum symbol should be appended automatically to the barcode, false otherwise.
Remarks
Not all barcodes support checksum symbols. This property is ignored for those that do not support them.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also