DicomObjects.NET Core Documentation
DicomObjects.Codecs 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 ClassDicomDataSet ClassDicomAttribute Class
    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.Codecs.DicomCodecBaseArguments
          DicomObjects.Codecs.ModificationArguments

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also