ImageGear PDF v25.2 - Updated
GetCustomController Method (ImGearARTFormsMarkController)




ImageGear.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMarkController 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 userType As String _
) As ImGearARTFormsMarkController
'Usage
 
Dim userType As String
Dim value As ImGearARTFormsMarkController
 
value = ImGearARTFormsMarkController.GetCustomController(userType)
public static ImGearARTFormsMarkController GetCustomController( 
   string userType
)
public: static ImGearARTFormsMarkController* GetCustomController( 
   string* userType
) 
public:
static ImGearARTFormsMarkController^ GetCustomController( 
   String^ userType
) 

Parameters

userType
String representing the type of the custom mark.

Return Value

Registered custom controller.
See Also

Reference

ImGearARTFormsMarkController Class
ImGearARTFormsMarkController Members

Is this page helpful?
Yes No
Thanks for your feedback.