Click or drag to resize

AnnotationExporterIsValidFormat Method

Determines if the stream is the correct format.

Namespace:  Atalasoft.Annotate.UI.Exporters
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

Return Value

Type: Boolean
Returns true if the stream contains valid data for this AnnotationExporter, false otherwise.
See Also