/
EnterPlacementMode

EnterPlacementMode

Declaration

HRESULT EnterPlacementMode([in] OLE_HANDLE SignatureImage, [out, retval] VARIANT_BOOL* RetVal);

Description

Activates "placement mode" of ActiveX control. In this mode the control displays signature image and allows to position and resize the signature in run-time. It's possible to show signature image over background. For this, ActiveX control fires OnGetBackground event.

Arguments

SignatureImage

Windows bitmap (HBITMAP) handle of signature image.

Return value

True if the control switched to placement mode, false otherwise.