Gets or sets whether to strictly validate the specified GS1 Element Strings i.e. Application Identifier plus Data Field based on GS1 General Specifications rules. Default is false.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 5.0.2000.0 (5.0.2016.0)
public bool GS1DataStrictValidation { get; set; }
public bool GS1DataStrictValidation { get; set; }
Public Property GS1DataStrictValidation As Boolean
Get
Set
Public Property GS1DataStrictValidation As Boolean
Get
Set
public:
property bool GS1DataStrictValidation {
bool get ();
void set (bool value);
}
public:
property bool GS1DataStrictValidation {
bool get ();
void set (bool value);
}
member GS1DataStrictValidation : bool with get, set
member GS1DataStrictValidation : bool with get, set
Property Value
Type:
Boolean