AnnAutoRotate example for Access 2.0

Note: This topic is for Document/Medical only.

This example enables automatic rotation of annotations, then rotates the bitmap 2222 hundredths of degrees to demonstrate the automation:

Me![LEAD1].Object.AnnAutoRotate = True
Me![LEAD1].Object.Rotate 2222, ROTATE_RESIZE, RGB(0, 0, 255)