Click or drag to resize

TagFrames Property

Gets a read only collection of all frames in the tag.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public ReadOnlyCollection<Frame> Frames { get; }

Property Value

ReadOnlyCollectionFrame
See Also