Click or drag to resize

TagTrackCount Property

Convenience property: Gets or sets the track count in a TRCK frame.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public short? TrackCount { get; set; }

Property Value

NullableInt16
Remarks
If a TrackCount number is set but the TrackNumber has not been set then a TrackNumber of 1 is set by default.
See Also