Usage AnnoObjSetStampMode(StampMode As Long)
Description Sets the stamp mode of the selected aotStamp (=3) object. The stamp mode stands for the transparency of the stamp bitmap.
Parameters StampMode Long Stamp mode, may take one of the following values:
asmOpaque (=0)
asmWhiteIsTransparent (=1)
asmBlackIsTransparent (=2)
Return value None
Programming Notes If no aotStamp (=3) object is selected, the method does nothing.