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



    ModificationArguments Class
    Defines changes which need to be applied to a compressed image
    Syntax
    'Declaration
     
    Public Class ModificationArguments 
       Inherits DicomCodecBaseArguments
     
    'Usage
     
    Dim instance As ModificationArguments
    Remarks
    This class is only passed to the prepare function, and enables the codec to notify DicomObjects of changes that the code will be making during compression.
    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomCodecs.DicomCodecBaseArguments
          DicomObjects.DicomCodecs.ModificationArguments

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also