 | TagRemoveFrame Method |
Removes a specific frame from the frames.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic bool RemoveFrame(
Frame frame
)
Parameters
- frame Frame
- A reference to the Frame to be be removed.
Return Value
BooleanTrue if the frame was removed, false if it was not found in the frames collection.
See Also