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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also