Click or drag to resize

TagMergeV1Tag Method

Information from the V1 tag is added to the frame collection if frames with the same information type do not already exist.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public bool MergeV1Tag(
	Stream stream
)

Parameters

stream  Stream

[Missing <param name="stream"/> documentation for "M:Orthogonal.NTagLite.Tag.MergeV1Tag(System.IO.Stream)"]

Return Value

Boolean
True if a v1 tag was found.
See Also