KeyboardFormatGTINFormat Property  | 
 
 Gets or sets the GTIN format. May output AI(01), AI(21) with this option.
 
 
    Namespace: 
   com.gigatms.Parameters.TS800_60
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic GTINFormats GTINFormat { get; set; }Public Property GTINFormat As GTINFormats
	Get
	Set
public:
property GTINFormats GTINFormat {
	GTINFormats get ();
	void set (GTINFormats value);
}Property Value
Type: 
GTINFormats
 The GTIN format.
 
See Also