ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFormatParameters Class / GetByName Method
The name of the parameter.




In This Topic
GetByName Method
In This Topic
Gets control parameter by name.
Syntax
'Declaration
 
Public Function GetByName( _
   ByVal name As String _
) As ImGearControlParameter
 
'Usage
 
Dim instance As ImGearFormatParameters
Dim name As String
Dim value As ImGearControlParameter
 
value = instance.GetByName(name)

Parameters

name
The name of the parameter.

Return Value

The ImGearControlParameter control parameter from the collection of parameters.
See Also