Click or drag to resize

RegisteredAnnotationAssembliesRegisterAssembly Method

Registers assembly that will be used to deserialize annotations.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void RegisterAssembly(
	Assembly asm
)

Parameters

asm
Type: System.ReflectionAssembly
Remarks
Add any assemblies with custom annotations so that XmpFormatter, JoltXmpFormatter and LegacyXmpFormatter will use that assembly when attempting to deserialize an annotation.
See Also