lOptions

Options to enable. Use a bitwise OR to specify more than one value. Possible values are:

Value

Meaning

ANN_OPTIONS_NEW_STAMP_METAFILES

[0x0001] Uses the new rubber stamp styles

ANN_OPTIONS_NEW_TOOLBAR

[0x0002] Displays the new XP style annotation toolbar

ANN_OPTIONS_NEW_ALPHA

[0x0004] Displays the new "alpha" option in the Fill mode dialog

ANN_OPTIONS_NEW_ROTATE

[0x0008] Displays rotate handles on objects in design mode

ANN_OPTIONS_NEW_SIDE_HANDLES

[0x0010] Displays side handles on rectangular objects in design mode

ANN_OPTIONS_NEW_MULTI_SELECT

[0x0020] Displays a multi-select outline of multiply selected objects, along with the new multi-select resize behavior

ANN_OPTIONS_NEW_CURSORS

[0x0040] Displays different cursors for each of the annotation tools, and when hovering over handles in design mode.

ANN_OPTIONS_NEW_ESC_CANCEL

[0x0080] Allows the user to cancel the current action by pressing ESC. Actions include annotation creation and manipulation.

ANN_OPTIONS_NEW_CALIBRATE_RULER

[0x0100] Enables the ruler calibrate feature in design mode

ANN_OPTIONS_NEW_DOT_DASH_LINES

[0x0200] Draws the dash and dot line styles with line width greater than 1 pixel.

ANN_OPTIONS_NEW_TEXT_OPTIONS

[0x0400] Enables the new text annotation options including show/hide text, show/hide border, and changing text color.

ANN_OPTIONS_NEW_ALL

Enables ALL the new options. The value for this constant is the logical "or" of all the above flags.