DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / CodecFactory Class / Importer Method
The format of the data being decompressed/imported



In This Topic
    Importer Method
    In This Topic
    Create an Importer object
    Syntax
    'Declaration
     
    Public MustOverride Function Importer( _
       ByVal Format As String _
    ) As IImporter
    'Usage
     
    Dim instance As CodecFactory
    Dim Format As String
    Dim value As IImporter
     
    value = instance.Importer(Format)
    public abstract IImporter Importer( 
       string Format
    )
    public:
    abstract IImporter^ Importer( 
       String^ Format
    ) 

    Parameters

    Format
    The format of the data being decompressed/imported

    Return Value

    The new Importer object
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also