Gets a value indicating whether to trim EPC text before output with keyboard.
Namespace:
com.gigatms.Parameters.SR5
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool Trim { get; set; }
Public Property Trim As Boolean
Get
Set
public:
property bool Trim {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if trim; otherwise,
false.
See Also