C#
VB
C++
Gets or sets the instance of the custom annotation object requested.
public AnnObject AnnotationObject { get; set; }
Public Property AnnotationObject As Leadtools.Annotations.Core.AnnObject
public:
property Leadtools.Annotations.Core.AnnObject^ AnnotationObject {
Leadtools.Annotations.Core.AnnObject^ get();
void set ( Leadtools.Annotations.Core.AnnObject^ );
}
Leadtools.Annotations.Core.AnnObject that represents the custom annotation object requested.
Sending this instance is a must, otherwise, the custom annotation creation will fail.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET