DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / CodecFactory Class
Members



In This Topic
    CodecFactory Class
    In This Topic
    "Factory" class which creates and controls the instantiation of codecs
    Syntax
    'Declaration
     
    
    Public MustInherit Class CodecFactory 
    'Usage
     
    
    Dim instance As CodecFactory
    public abstract class CodecFactory 
    public ref class CodecFactory abstract 
    Remarks

    This is the main class which would need to be implemented by anyone missing to write their own codecs, to specify what transfer synatxes or external formats are supported.

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

    Inheritance Hierarchy

    System.Object
       DicomObjects.Codecs.CodecFactory

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also