Click or drag to resize

FrameSourceTagVersion Property

Gets the version of the tag that generated the frame, currently only 1 or 2 for parsed frames, null for frames added later.

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

Property Value

NullableInt32
See Also