LayerAnnotation.CreateAnnotationUIObjects 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)
Syntaxpublic void CreateAnnotationUIObjects(
AnnotationUIFactoryCollection factories
)
Public Sub CreateAnnotationUIObjects (
factories As AnnotationUIFactoryCollection
)
Parameters
- factories
- Type: Atalasoft.Annotate.UI.AnnotationUIFactoryCollection
The UI factories that will be used to create the annotation objects. Normally this will be
the AnnotationController.Factories property.
Exceptions
Remarks This method is automatically called when annotations are deserialized using the AnnotationController.Load method.
See Also