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




In This Topic
Filters Property (ImGearFileFormats)
In This Topic
Gets access to the file formats settings.
Syntax
'Declaration
 
Public Shared ReadOnly Property Filters As ImGearFileFilters
 
'Usage
 
Dim value As ImGearFileFilters
 
value = ImGearFileFormats.Filters

Property Value

Instance of class for managing file formats.
Remarks
Use this property to get access to the ImGearFileFilters class instance that enables you to manage file formats and their settings.
See Also