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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void CreateAnnotationUIObjects(
AnnotationUIFactoryCollection factories
)
Public Sub CreateAnnotationUIObjects (
factories As AnnotationUIFactoryCollection
)
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| Exception | Condition |
|---|
| ArgumentNullException | Thrown 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