AnnotateViewerGetDataImporter Method |
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
)
Protected Overridable Function GetDataImporter (
stream As Stream
) As AnnotationDataImporter
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 See Also