ImageGear .NET - Updated August 31, 2018
GetCustomController Method (ImGearAnnotatorMarkController)




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkController 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 customTypeName As String _
) As ImGearAnnotatorMarkController
 
'Usage
 
Dim customTypeName As String
Dim value As ImGearAnnotatorMarkController
 
value = ImGearAnnotatorMarkController.GetCustomController(customTypeName)

Parameters

customTypeName
String representing the type of the custom mark.

Return Value

Registered custom controller.
See Also

Reference

ImGearAnnotatorMarkController Class
ImGearAnnotatorMarkController Members