ImageGear v26.3 - Updated
ImageGear.Core 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 Class
    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 "Assembly Dependencies" article.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.ImGearCommonFormats

    See Also