ImageGear .NET - Updated May 1, 2018
GetCustomMark Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCustomController Class : GetCustomMark Method
User type name.
Gets a registered custom mark type by its name.
Syntax
'Declaration
 
Public Shared Function GetCustomMark( _
   ByVal userType As String _
) As Type
 
'Usage
 
Dim userType As String
Dim value As Type
 
value = ImGearARTCustomController.GetCustomMark(userType)

Parameters

userType
User type name.

Return Value

Custom mark class type info.
See Also

Reference

ImGearARTCustomController Class
ImGearARTCustomController Members