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



In This Topic
    ModificationArguments Class
    In This Topic
    Defines changes which need to be applied to a compressed image
    Syntax
    'Declaration
     
    Public Class ModificationArguments 
       Inherits DicomCodecBaseArguments
    'Usage
     
    Dim instance As ModificationArguments
    public class ModificationArguments : DicomCodecBaseArguments 
    public ref class ModificationArguments : public DicomCodecBaseArguments 
    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