Click or drag to resize

LayerAnnotationCreateAnnotationUIObjects Method

Use this method to force the LayerAnnotation to create AnnotationUI objects for its AnnotationData objects after deserialization or after using the constructor taking a LayerData.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CreateAnnotationUIObjects(
	AnnotationUIFactoryCollection factories
)

Parameters

factories
Type: Atalasoft.Annotate.UIAnnotationUIFactoryCollection
The UI factories that will be used to create the annotation objects. Normally this will be the AnnotationController.Factories property.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the factories argument is null (Nothing in VB).
Remarks
This method is automatically called when annotations are deserialized using the AnnotationController.Load method.
See Also