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
    'Usage
     
    
    Dim instance As IImporter
    Dim args As ImportArguments
    Dim value As System.Boolean
     
    value = instance.Import(args)
    System.bool Import( 
       ImportArguments args
    )
    function Import( 
        args: ImportArguments
    ): System.Boolean; 
    function Import( 
       args : ImportArguments
    ) : System.boolean;
    System.bool Import( 
       ImportArguments* args
    ) 
    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