DicomObjects.NET.V8
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 _
    ) 
    'Usage
     
    Dim codec As CodecFactory
     
    CodecGlobal.RegisterCodec(codec)
    public static void RegisterCodec( 
       CodecFactory codec
    )
    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.0 or higher

    See Also