PdfCode93Barcode
GetCheckSumSymbols Method
|
Internal method to calculate the check-digit
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected char[] GetCheckSumSymbols()
Protected Function GetCheckSumSymbols As Char()
protected:
array<wchar_t>^ GetCheckSumSymbols()
member GetCheckSumSymbols : unit -> char[]
Return Value
Type:
Char
symbols
See Also