ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.ART Namespace / ImGearARTCustomPresentationController Class / RegisterCustomController Method
Name of custom mark type.
Controller object.




In This Topic
    RegisterCustomController Method (ImGearARTCustomPresentationController)
    In This Topic
    Registers a presentation controller for a custom mark type.
    Syntax
    'Declaration
     
    Public Shared Sub RegisterCustomController( _
       ByVal userType As String, _
       ByVal controller As ImGearARTCustomPresentationController _
    ) 
    'Usage
     
    Dim userType As String
    Dim controller As ImGearARTCustomPresentationController
     
    ImGearARTCustomPresentationController.RegisterCustomController(userType, controller)
    public static void RegisterCustomController( 
       string userType,
       ImGearARTCustomPresentationController controller
    )
    public: static void RegisterCustomController( 
       string* userType,
       ImGearARTCustomPresentationController* controller
    ) 
    public:
    static void RegisterCustomController( 
       String^ userType,
       ImGearARTCustomPresentationController^ controller
    ) 

    Parameters

    userType
    Name of custom mark type.
    controller
    Controller object.
    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