Click or drag to resize

TagRemoveFrame Method

Removes a specific frame from the frames.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public bool RemoveFrame(
	Frame frame
)

Parameters

frame  Frame
A reference to the Frame to be be removed.

Return Value

Boolean
True if the frame was removed, false if it was not found in the frames collection.
See Also