ImageToObjectBuffer Method

CVB.Net Documentation
Create a byte buffer with the serialized image object data.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public byte[] ToObjectBuffer()

Return Value

Type: Byte
Byte array with the serialized object data
Exceptions

ExceptionCondition
Exceptionif serialization failed
Remarks

Note that this data do not directly correspond to pixel data - they are serialized object data that may be used for streaming and can be serialized by means of the FromObjectBuffer(Byte) method.
See Also

Reference