ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFileFilters Class / IsSynchronized Property




In This Topic
IsSynchronized Property (ImGearFileFilters)
In This Topic
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Syntax
'Declaration
 
Public ReadOnly Property IsSynchronized As Boolean
 
'Usage
 
Dim instance As ImGearFileFilters
Dim value As Boolean
 
value = instance.IsSynchronized

Property Value

Boolean value.
See Also