Class Code39Extended
The Code39Extended is an extended version of Code39. Lower characters and special characters are additionally supported.
Inherited Members
Namespace: Syncfusion.Maui.Barcode
Assembly: Syncfusion.Maui.Barcode.dll
Syntax
public class Code39Extended : Code39
Remarks
Since Code39Extended is self-checking, it is not normally necessary to provide a checksum. However, in applications requiring an extremely high level of accuracy, a modulo 43 checksum can be added, if the EnableCheckSum is true.
Constructors
Code39Extended()
Initializes a new instance of the Code39Extended class.
Declaration
public Code39Extended()