DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / SimpleCodec Class / PrepareFunction Method
Details of the compression to take place



In This Topic
    PrepareFunction Method (SimpleCodec)
    In This Topic
    Prepares the data for Compression
    Syntax
    'Declaration
     
    
    Public Overridable Sub PrepareFunction( _
       ByVal args As ModificationArguments _
    ) 
    'Usage
     
    
    Dim instance As SimpleCodec
    Dim args As ModificationArguments
     
    instance.PrepareFunction(args)
    public virtual void PrepareFunction( 
       ModificationArguments args
    )
    public:
    virtual void PrepareFunction( 
       ModificationArguments^ args
    ) 

    Parameters

    args
    Details of the compression to take place
    Remarks
    For this codec, this function does nothing
    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