DicomObjects.NET.8.48 Documentation
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
    Object Model
    ModificationArguments Class
    Syntax
    'Declaration
     
    
    Public Class ModificationArguments 
       Inherits DicomCodecBaseArguments
    public class ModificationArguments : 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.8 or higher

    See Also