Click or drag to resize

AnnotateViewerGetDataImporter Method

Returns the AnnotationDataImporter for the specified stream.

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
protected virtual AnnotationDataImporter GetDataImporter(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream containing the image data with embedded annotations.

Return Value

Type: AnnotationDataImporter
An importer for this file or null (Nothing in VB) if an importer cannot be found.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if stream is null (Nothing in VB).
See Also