AnnAutoResize example for C++ Builder

//This example, will double the size of the bitmap and annotations
LEADAnn1->AnnAutoResize= true;
LEADAnn1->Size (LEADAnn1->BitmapWidthBitmapWidthProperty * 2,
                LEADAnn1->BitmapHeight * 2,
                SIZE_RESAMPLE);