Click or drag to resize

AnnotateViewerImporters Property

Note: This API is now obsolete.

Gets and sets the [!:importers collection] used by this class.

This property is obsolete. Use the DataImporters property instead.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("The Importers property may be removed in a future release. Use the DataImporters property instead.", 
	false)]
public AnnotationImporterCollection Importers { get; set; }

Property Value

Type: AnnotationImporterCollection
The importers collection
See Also