DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs 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 _
    ) 
    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: .NET CLR 4.8 or higher

    See Also