Click or drag to resize

TagSaveToBuffer Method

Writes (serializes) the Tag to a byte array.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public byte[] SaveToBuffer(
	int spaceAvailable
)

Parameters

spaceAvailable  Int32

[Missing <param name="spaceAvailable"/> documentation for "M:Orthogonal.NTagLite.Tag.SaveToBuffer(System.Int32)"]

Return Value

Byte

[Missing <returns> documentation for "M:Orthogonal.NTagLite.Tag.SaveToBuffer(System.Int32)"]

See Also