#include "l_bitmap.h"
L_LTANN_API L_INT L_AnnLoadMulti(pFile, phObjects, nCount, pnItemsRead, pLoadOptions)
Loads the specified annotation file.
Name of the file to load.
Pointer to an array that will receive the annotation container objects.
Size of the phObjects
array.
Pointer to an L_INT that will receive the count of annotation containers successfully read.
Pointer to optional extended load options. Pass NULL because this parameter is currently ignored.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
To use this function:
phObjects
, and 0 for nCount
.pnItemsRead
.This function loads all pages of a multipage annotation file into an array. Each consecutive page of the multipage annotation file corresponds to one annotation container, which is loaded into consecutive slots of the array. If the annotation file contains many pages, then this function will load the multipage annotation file much faster than repeated calls to L_AnnLoad function. Note that this function only loads annotation files that use the ANNFMT_XML format.
Required DLLs and Libraries
Win32, x64.
For an example, refer to L_AnnSaveMulti
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