Click or drag to resize

LiteHelperIsFrameWithDescription Method

Determines if a frame ID belongs to any set that has a description.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static bool IsFrameWithDescription(
	FrameId? id
)

Parameters

id  NullableFrameId

[Missing <param name="id"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.IsFrameWithDescription(System.Nullable{Orthogonal.NTagLite.FrameId})"]

Return Value

Boolean

[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteHelper.IsFrameWithDescription(System.Nullable{Orthogonal.NTagLite.FrameId})"]

See Also