Gets the internal annotation automation object used by the annotation control.
#include "ltwrappr.h"
LAnnAutomation& LAnnotationWindow::GetAutomationObject()
The internal annotation automation object used by the annotation control.
This object can be used in functions defined in the LAnnAutomation class.
Win32, x64.
L_INT LAnnotationWindow_GetAutomationObjectExample(HWND hParentWnd)
{
L_INT nRet;
/*initialize hParentWnd with the handle of the parent window*/
LAnnotationWindow MyLAnnotationWindow;
HWND hWnd=MyLAnnotationWindow.CreateWnd(hParentWnd);
if(hWnd!=NULL)
{
/*the function was successful */
nRet = MyLAnnotationWindow.GetAutomationObject().SetTool(ANNTOOL_RULER);
if(nRet != SUCCESS)
return nRet;
}
else
{
/* there is an error */
return FAILURE;
}
return SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document