AnnAutoResize example for Delphi
//This example will double the size of the bitmap and annotations
LEADAnn1.AnnAutoResize:= True;
LEADAnn1.Size ( LEADAnn1.BitmapWidth * 2,
LEADAnn1.BitmapHeight * 2,
SIZE_RESAMPLE ) ;