AnnoUIGetStampMode

#include “BiAnno.h”

long CALLBACK AnnoUIGetStampMode( INT_PTR pAnno )

Description

Returns the last selected stamp mode. New objects will inherit this stamp mode.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

long     stamp mode value, may take one of the following values:

            A_OPAQUE

            A_WHITE_IS_TRANSPARENT

            A_BLACK_IS_TRANSPARENT

Programming Notes

None

Code Example

None