Click or drag to resize

TagRemoveAllFramesById Method

Removes all frames of a specified ID.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public int RemoveAllFramesById(
	FrameId? id
)

Parameters

id  NullableFrameId

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

Return Value

Int32
The total number of frames removed (which may be zero if none were found).
See Also