CodeBaseCheckCode Method Terminal Works - PDF Printing.Net Library
When implemented in a derived class, determines whether the specified string can be used as Text for this bar code type.

Namespace: PdfEdit.Drawing.BarCodes
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

protected abstract void CheckCode(
	string text
)

Parameters

text
Type: SystemString
The code string to check.

Return Value

Type: 
True if the text can be used for the actual barcode.
See Also

Reference