ImageGear .NET - Updated
GetCustomController Method (ImGearARTCustomPresentationController)




ImageGear24.Presentation Assembly > ImageGear.ART Namespace > ImGearARTCustomPresentationController Class : GetCustomController Method
Name of the custom mark type.
Returns a registered custom mark controller.
Syntax
'Declaration
 
Public Shared Function GetCustomController( _
   ByVal userType As String _
) As ImGearARTCustomPresentationController
'Usage
 
Dim userType As String
Dim value As ImGearARTCustomPresentationController
 
value = ImGearARTCustomPresentationController.GetCustomController(userType)
public static ImGearARTCustomPresentationController GetCustomController( 
   string userType
)
public: static ImGearARTCustomPresentationController* GetCustomController( 
   string* userType
) 
public:
static ImGearARTCustomPresentationController^ GetCustomController( 
   String^ userType
) 

Parameters

userType
Name of the custom mark type.

Return Value

Registered custom controller.
Remarks
userType is an unique name that identifies the type of custom mark. It is stored in ART page and should be the same for all applications that supports a given type of custom mark.
See Also

Reference

ImGearARTCustomPresentationController Class
ImGearARTCustomPresentationController Members