Click or drag to resize

AnnotationDataImporterFailsafeAnnotationFactory Property

Gets or sets a delegate that is used to create annotations if an importer is unable to do so.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationDataImporterFactory FailsafeAnnotationFactory { get; set; }

Property Value

Type: AnnotationDataImporterFactory
A delegate used to create annotations if an importer is unable to do so.
See Also