Click or drag to resize

FrameTrackCount Property

Gets or sets the track total number of the TRCK frame. A exception is thrown in the setter if the frame does not have a track number. The track number property must be set before the track count.

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

Property Value

NullableInt16
See Also