typedef struct tagANNFIXED
{
L_UINT uStructSize;
L_BOOL bFixed;
L_BOOL bAdjust;
} ANNFIXED, *pANNFIXED;
The ANNFIXED structure contains information about the changes to be made in automated mode to the specified object.
Member |
Description |
uStructSize |
Size of the ANNFIXED structure. Use sizeof(ANNFIXED) |
bFixed |
Value indicating a than an annotation objects fixed state changed. |
bAdjust |
Value indicating whether the annotation was automatically adjusted when its fixed state changed. |
This structure is part of the union of the ANNCHANGEPARAM structure.
Topics: |
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