Click or drag to resize

AtalaAnnotationViewerGetImporter Method

Returns the AnnotationDataImporter for the specified stream.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual AnnotationDataImporter GetImporter(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream containing the image to extract annotations from.

Return Value

Type: AnnotationDataImporter
The importer for the image or null (Nothing in VB) if an importer cannot be found.
Exceptions
ExceptionCondition
Thrown if the stream argument is null (Nothing in VB).
See Also