DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / IImporter Interface
Members






In This Topic
    IImporter Interface
    In This Topic
    Interface implemented by all import codecs
    Object Model
    IImporter Interface
    Syntax
    'Declaration
     
    
    Public Interface IImporter 
       Inherits ICodecBase 
    'Usage
     
    
    Dim instance As IImporter
    public interface IImporter : ICodecBase  
    public interface IImporter = class(ICodecBase)
    public interface IImporter implements ICodecBase 
    public __gc __interface IImporter : public ICodecBase  
    public interface class IImporter : public ICodecBase  
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also