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

In This Topic
    Import Method (IImporter)
    In This Topic
    Import from an external format image
    Syntax
    'Declaration
     
    
    Function Import( _
       ByVal args As ImportArguments _
    ) As System.Boolean
    System.bool Import( 
       ImportArguments 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