ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / IImGearFormat Interface / Parameters Property




In This Topic
Parameters Property (IImGearFormat)
In This Topic
Gets format's control parameters.
Syntax
'Declaration
 
ReadOnly Property Parameters As ImGearFormatParameters
 
'Usage
 
Dim instance As IImGearFormat
Dim value As ImGearFormatParameters
 
value = instance.Parameters

Property Value

An instance of the class for managing format's control parameters.
Remarks
This property provides access to format's control parameters.
See Also