Click or drag to resize

AnnotationImporterCollectionAdd Method

Adds an AnnotationImporter to the end of the collection.

Namespace:  Atalasoft.Annotate.UI.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Add(
	AnnotationImporter value
)

Parameters

value
Type: Atalasoft.Annotate.UI.ImportersAnnotationImporter
The AnnotationImporter to add.

Return Value

Type: Int32
See Also