EpcEncoder.WordCount Property

TegoOS

EpcEncoderWordCount Property
Gets the number of words this encoder produces when encoding (VARIABLE if not fixed).

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int WordCount { get; }
Public ReadOnly Property WordCount As Integer
	Get
public:
virtual property int WordCount {
	int get () sealed;
}
abstract WordCount : int with get
override WordCount : int with get

Property Value

Type: Int32

Implements

IEpcEncoderWordCount
See Also