DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / ImportArguments Class
Members



In This Topic
    ImportArguments Class
    In This Topic
    Class used to hold arguments passed to an import codec
    Syntax
    'Declaration
     
    Public Class ImportArguments 
       Inherits DicomCodecBaseArguments
    'Usage
     
    Dim instance As ImportArguments
    public class ImportArguments : DicomCodecBaseArguments 
    public ref class ImportArguments : public DicomCodecBaseArguments 
    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomCodecs.DicomCodecBaseArguments
          DicomObjects.DicomCodecs.ImportArguments

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also