AnnoObjGetStampMode

#include “BiAnno.h”

long CALLBACK AnnoObjGetStampMode(INT_PTR pAnno)

Description

Returns the stamp mode of the selected A_STAMP object.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

Stamp mode of the object. Returns ANNO_UNDEF if the object has no stamp mode information or no object is selected. This may return one of the following values:

A_OPAQUE

A_WHITE_IS_TRANSPARENT

A_BLACK_IS_TRANSPARENT

Programming Notes

None

Code Example

None