virtual L_INT LAnnotationWindow::AnnLoad(pszFile, pLoadFileOption=NULL)
Loads the specified annotation file.
Character string containing the name of the file to load.
Pointer to optional extended load options. Pass NULL to use the default load options.
| Value | Meaning | 
|---|---|
| SUCCESS | The function was successful. | 
| < 1 | An error occurred. Refer to Return Codes. | 
AnnLoad will load annotations stored in LEAD files. It will also look for annotations stored as a Wang compatible TIFF tag in TIF files, and load those annotations.
The page number used when loading annotations is obtained from the LOADFILEOPTION structure.
Win32, x64.
L_INT LAnnotationWindow_AnnLoadExample(HWND hParentWnd){L_INT nRet;LAnnotationWindow MyLAnnotationWindow;HWND hWnd=MyLAnnotationWindow.CreateWnd(hParentWnd);if(hWnd!=NULL){/*the function was successful */nRet = MyLAnnotationWindow.AnnLoad(MAKE_IMAGE_PATH(TEXT("MyAnn.Ann")));if(nRet==SUCCESS)MessageBox(0,TEXT("Loading Annotations Successful"), TEXT("Loading Annotations Successful"),MB_OK);elsereturn 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
