Click or drag to resize

XmpAnnotationDataImporter Constructor (Stream)

Creates a new instance of XmpAnnotationDataImporter with a stream of XMP data.

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 XmpAnnotationDataImporter(
	Stream stm
)

Parameters

stm
Type: System.IOStream
A stream from which annotations will be imported.
Exceptions
ExceptionCondition
Thrown if the stm argument is null (Nothing in VB).
See Also