DicomObjects.NET.8.48 Documentation
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 System.Boolean
     
    'Usage
     
    
    Dim instance As IImporter
    Dim args As ImportArguments
    Dim value As System.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.8 or higher

    See Also