Click or drag to resize

PdfBarcode Validate Method

Internal method which validates whether the given text is acceptable by the current barcode specification or not.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected virtual bool Validate(
	string data
)

Parameters

data
Type: System String
The Text.

Return Value

Type: Boolean
True if Valid, Otherwise False
See Also