Click or drag to resize

IAttachableAnnotation Interface

This interface is implemented by annotation data classes, such as CommentData, that can be attached to other annotations.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IAttachableAnnotation

The IAttachableAnnotation type exposes the following members.

Properties
  NameDescription
Public propertyGuid
Gets a Guid used to identify the annotation.
Public propertyParent
Gets or sets the annotation this annotation is attached to, if any.
Top
See Also