Click or drag to resize

WebAnnotationControllerFactories Property

Gets the AnnotationUIFactoryCollection containing IAnnotationUIFactory objects used to create annotations from AnnotationData classes.

Namespace:  Atalasoft.Imaging.WebControls.Annotations
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationUIFactoryCollection Factories { get; }

Property Value

Type: AnnotationUIFactoryCollection
The annotation factory collection used to create AnnotationUI objects from AnnotationData classes.
Remarks
The UI factories are used when deserializing AnnotationData classes. When custom annotations are used for serialization an IAnnotationUIFactory for the UI should be added to the factory collection.
See Also