Click or drag to resize

AnnotationDataImporterIsValidFormat Method

Indicates whether or not an AnnotationDataImporter can recognize a particular data format.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public abstract bool IsValidFormat(
	Stream stm
)

Parameters

stm
Type: System.IOStream
A non-null stream used to recognize file format.

Return Value

Type: Boolean
true indicates that the AnnotationDataImporter recognizes this format.
See Also