ANNTOOLBARINFO

typedef struct _ANNTOOLBARINFO 
{ 
   L_UINT uStructSize; 
   L_UINT uButtons; 
   L_UINT uRows; 
   L_UINT uColumns; 
} ANNTOOLBARINFO, *pANNTOOLBARINFO; 

The ANNTOOLBARINFO structure contains information about the layout of the annotation toolbar.

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

uButtons

Number of buttons in the toolbar.

uRows

Number of rows in the toolbar.

uColumns

Number of columns in the toolbar.

Comments

Some functions which take this structure as a parameter require that the structure be initialized prior to the function call. You must set the uStructSize member to the total size, in bytes, of the structure. Use the sizeof() operator to calculate this value. Functions that do not require the structure be initialized will take the total size of the structure, in bytes, as an additional function parameter.

To retrieve information about the layout of the toolbar, call L_AnnGetToolBarInfo.

To modify the layout of the toolbar, call L_AnnSetToolBarColumns and L_AnnSetToolBarRows.

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