ANNFIXED

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.

Members

uStructSize

Size of the ANNFIXED structure. Use sizeof(ANNFIXED)

bFixed

Value indicating a than an annotation object's ‘fixed’ state changed.

bAdjust

Value indicating whether the annotation was automatically adjusted when its fixed state changed.

Comments

This structure is part of the union of the ANNCHANGEPARAM structure.

See Also

Topics

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help