AtalaAnnotationViewerGetImporter Method |
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
)
Protected Overridable Function GetImporter (
stream As Stream
) As AnnotationDataImporter
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 Exception | Condition |
---|
| Thrown if the stream argument is null (Nothing in VB). |
See Also