DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / IImporter Interface / Import Method
Standard import arguments as defined by the ImportArguments class



    Import Method (IImporter)
    Import from an external format image
    Syntax
    'Declaration
     
    Function Import( _
       ByVal args As ImportArguments _
    ) As Boolean
     
    'Usage
     
    Dim instance As IImporter
    Dim args As ImportArguments
    Dim value As Boolean
     
    value = instance.Import(args)

    Parameters

    args
    Standard import arguments as defined by the ImportArguments class

    Return Value

    true if successful
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also