ImageGear .NET v25.2 - Updated
ImageGear.Formats.Common Assembly / ImageGear.Formats Namespace / ImGearCommonFormats Class
Members




In This Topic
    ImGearCommonFormats Class
    In This Topic
    Initializes the ImageGear.Formats.Common.dll assembly.
    Object Model
    ImGearCommonFormats ClassIImGearFormat InterfaceIImGearFormat Interface
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearCommonFormats 
    'Usage
     
    Dim instance As ImGearCommonFormats
    public sealed class ImGearCommonFormats 
    public __gc __sealed class ImGearCommonFormats 
    public ref class ImGearCommonFormats sealed 
    Remarks
    This class 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.
    Information about supported formats in the component can be found in "ImageGear for .NET Assemblies" article.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.ImGearCommonFormats

    See Also