DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / SimpleCodec Class / PrepareFunction Method
Details of the compression to take place



    PrepareFunction Method (SimpleCodec)
    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)

    Parameters

    args
    Details of the compression to take place
    Remarks
    For this codec, this function does nothing
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also