Click or drag to resize

FrameId Property

Gets the 4 character ID of the frame stongly typed as an enum. If this value is null then the frame did not contain a recognisable ID and the RawId property will contain the original string ID that couldn't be parsed.

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

Property Value

NullableFrameId
See Also