ImageGear for .NET
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)
public static Type GetCustomMark( 
   string userType
)
public: static Type* GetCustomMark( 
   string* userType
) 
public:
static Type^ GetCustomMark( 
   String^ userType
) 

Parameters

userType
User type name.

Return Value

Custom mark class type info.
See Also

Reference

ImGearARTCustomController Class
ImGearARTCustomController Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback