ImageGear .NET - Updated December 24, 2018
GetCustomController Method (ImGearARTFormsMarkController)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMarkController Class : GetCustomController Method
String representing the type of the custom mark.
Returns a registered custom mark annotator controller.
Syntax
'Declaration
 
Public Shared Function GetCustomController( _
   ByVal userType As String _
) As ImGearARTFormsMarkController
 
'Usage
 
Dim userType As String
Dim value As ImGearARTFormsMarkController
 
value = ImGearARTFormsMarkController.GetCustomController(userType)

Parameters

userType
String representing the type of the custom mark.

Return Value

Registered custom controller.
See Also

Reference

ImGearARTFormsMarkController Class
ImGearARTFormsMarkController Members