ImageGear for .NET
GetCustomController Method (ImGearAnnotatorMarkController)




String representing the type of the custom mark.
Returns a registered custom mark annotator controller.
Syntax
'Declaration
 
Public Shared Function GetCustomController( _
   ByVal customTypeName As String _
) As ImGearAnnotatorMarkController
'Usage
 
Dim customTypeName As String
Dim value As ImGearAnnotatorMarkController
 
value = ImGearAnnotatorMarkController.GetCustomController(customTypeName)
public static ImGearAnnotatorMarkController GetCustomController( 
   string customTypeName
)
public: static ImGearAnnotatorMarkController* GetCustomController( 
   string* customTypeName
) 
public:
static ImGearAnnotatorMarkController^ GetCustomController( 
   String^ customTypeName
) 

Parameters

customTypeName
String representing the type of the custom mark.

Return Value

Registered custom controller.
See Also

Reference

ImGearAnnotatorMarkController Class
ImGearAnnotatorMarkController Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback