ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearCommonFormats Class / Initialize Method




In This Topic
Initialize Method (ImGearCommonFormats)
In This Topic
Initializes the ImageGear.Formats.Common.dll assembly.
Syntax
'Declaration
 
Public Shared Sub Initialize() 
 
'Usage
 
ImGearCommonFormats.Initialize()
Remarks
This method adds formats that are implemented by the component to the ImageGear's global formats list, enabling their detection, reading, and writing. For more information about initializing assemblies, see Assembly Initialization.
See Also