Click or drag to resize

AnnotationImporterCollectionInsert Method

Inserts an AnnotationImporter into 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 void Insert(
	int index,
	AnnotationImporter value
)

Parameters

index
Type: SystemInt32
The index before which the AnnotationImporter will be inserted.
value
Type: Atalasoft.Annotate.UI.ImportersAnnotationImporter
The AnnotationImporter to insert.
See Also