SettingsEpcTextLength Property  | 
 
 The string length when trim or pad EPC text before output with keyboard. Counting from rightmost character to left.
 
 
    Namespace: 
   com.gigatms.Parameters.UR0250
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic byte EpcTextLength { get; set; }Public Property EpcTextLength As Byte
	Get
	Set
public:
property unsigned char EpcTextLength {
	unsigned char get ();
	void set (unsigned char value);
}Property Value
Type: 
Byte
 The string length of EPC text
 
See Also