ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearLoadOptions Class / Filters Property




In This Topic
Filters Property (ImGearLoadOptions)
In This Topic
Gets or sets filter settings to be used in a particular image loading operation.
Syntax
'Declaration
 
Public Property Filters As ImGearFileFilters
 
'Usage
 
Dim instance As ImGearLoadOptions
Dim value As ImGearFileFilters
 
instance.Filters = value
 
value = instance.Filters

Property Value

ImGearFileFilters class object.
Remarks
If this property is not null, it overrides the global settings specified by ImGearFileFormats.Filters.

This property can be used in a multithreaded application, in order to use different filter control parameters in different threads.

The default value is null.

See Also