DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / ModificationArguments Class
Members






    ModificationArguments Class
    Defines changes which need to be applied to a compressed image
    Object Model
    ModificationArguments Class
    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.8 or higher

    See Also