This function pastes the signature of the provider with the specified ID.
object.PasteProviderSignature aProviderID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISImage interface |
|
aProviderID |
In, Required | int |
ID of the provider |
Paste the signature of the provider with the specified ID.
Dim aImage
Set aImage = Form.Controls_("Image1")
aImage.PasteProviderSignature (Profile.CurrentUserID)