DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / CodecGlobal Class / RegisterCodec Method
Instance of the CodecFactory-derived class to register

In This Topic
    RegisterCodec Method
    In This Topic
    Registry a CodecFactory-derived class to be used for future codec operations
    Syntax
    'Declaration
     
    
    Public Shared Sub RegisterCodec( _
       ByVal codec As CodecFactory _
    ) 
    public static void RegisterCodec( 
       CodecFactory codec
    )

    Parameters

    codec
    Instance of the CodecFactory-derived class to register
    Remarks

    See for more details on the new codec interface used from verion 5.6.3.x onwards

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also