Gets and sets the name of the ImagXpress control to be annotated.
Read-write property
Visual Basic |
---|
Public Property Client As String |
The name of the ImagXpress control.
The Client property is case sensitive.
Setting the Client property causes the NotateXpress to query the named control to determine if it is able to annotate it, and if it is, to establish an annotation connection with that control.
Getting the Client property retrieves the name of the control currently being annotated.
If NotateXpress is currently connected to an control able to be annotated, setting the Client property to a NULL string resets NotateXpress to a disconnected state and all existing layers are deleted.
To prevent potential memory and/or resource leaks, if NotateXpress is connected to an ImagXpress client, it is important that you set the Client property to a NULL string when you exit your program.