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
Public Interface IAttachableAnnotation
The IAttachableAnnotation type exposes the following members.
Properties
| Name | Description |
---|
| Guid | Gets a Guid used to identify the annotation. |
| Parent | Gets or sets the annotation this annotation is attached to, if any. |
TopSee Also