Click or drag to resize

AnnotationDataImporterLastErrors Property

Gets a collection of strings representing errors encountered while importing annotations.

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 StringCollection LastErrors { get; }

Property Value

Type: StringCollection
A StringCollection containing errors encountered while importing.
See Also