 | 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.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic 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