Click or drag to resize

IAnnotationDataProvider Interface

This interface is used to provide LayerData objects for images.

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
public interface IAnnotationDataProvider

The IAnnotationDataProvider type exposes the following members.

Methods
  NameDescription
Public methodGetLayerData
Returns a LayerData object for the specified frame index or null (Nothing in VB) if there are no annotations.
Public methodPrepareForExtraction(AtalaImage)
Public methodPrepareForExtraction(Stream, Int32)
Public methodPrepareForExtraction(String, Int32)
Public methodPrepareForExtraction(RandomAccessImageSource, Int32)
Top
See Also