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
)
Protected Overridable Function Validate (
data As String
) As Boolean
protected:
virtual bool Validate(
String^ data
)
abstract Validate :
data : string -> bool
override Validate :
data : string -> bool
Parameters
-
data
-
Type:
System
String
The Text.
Return Value
Type:
Boolean
True if Valid, Otherwise False
See Also