AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : Client Property |
Visual Basic |
---|
Public Property Client As String |
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.