Click or drag to resize

TagSaveToStream Method

Writes (serializes) a Tag and its frames to a stream. The Stream to write the tag to.The caller tells us the desired size of the tag. If the tag takes less space than this value then padding zero-filled bytes are appended to make the desired size.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public void SaveToStream(
	Stream stream,
	int desiredSize
)

Parameters

stream  Stream

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

desiredSize  Int32

[Missing <param name="desiredSize"/> documentation for "M:Orthogonal.NTagLite.Tag.SaveToStream(System.IO.Stream,System.Int32)"]

See Also