DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / IImporter Interface
Members



In This Topic
    IImporter Interface
    In This Topic
    Interface implemented by all import codecs
    Syntax
    'Declaration
     
    Public Interface IImporter 
       Inherits ICodecBase 
    'Usage
     
    Dim instance As IImporter
    public interface IImporter : ICodecBase  
    public interface class IImporter : public ICodecBase  
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also