Click or drag to resize

XmpFormatterDeserialize Method

Deserializes XMP data back into the original objects.

Namespace:  Atalasoft.Annotate.Formatters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Object Deserialize(
	Stream serializationStream
)

Parameters

serializationStream
Type: System.IOStream
A stream containing XMP formatted data.

Return Value

Type: Object
The deserialized object.

Implements

IFormatterDeserialize(Stream)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the serializationStream parameter is null.
SerializationExceptionThrown if there are any errors during the deserialization process.
See Also