Click or drag to resize

WpfAnnotationCanvasFactories Property

Gets the WpfAnnotationUIFactoryCollection used when deserializing annotation data.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WpfAnnotationUIFactoryCollection Factories { get; }

Property Value

Type: WpfAnnotationUIFactoryCollection
The WpfAnnotationUIFactoryCollection used when deserializing annotation data.
Remarks
All custom annotations must add a factory for itself before they can be deserialized.
See Also