ISImage.PasteProviderSignature

Description

This function pastes the signature of the provider with the specified ID.

Syntax

object.PasteProviderSignature aProviderID

Part Attribute Type Description
object Required
The object always implements the ISImage interface
aProviderID In, Required
int
ID of the provider

Example

Paste the signature of the provider with the specified ID.

Dim aImage

Set aImage = Form.Controls_("Image1")
aImage.PasteProviderSignature (Profile.CurrentUserID)  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.11.0