DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / CodecFactory Class / Compressor Method
The transfer syntax to be used for the compression






    Compressor Method
    Create a Compressor object
    Syntax
    'Declaration
     
    
    Public MustOverride Function Compressor( _
       ByVal TransferSyntax As System.String _
    ) As ICompressor
     
    'Usage
     
    
    Dim instance As CodecFactory
    Dim TransferSyntax As System.String
    Dim value As ICompressor
     
    value = instance.Compressor(TransferSyntax)

    Parameters

    TransferSyntax
    The transfer syntax to be used for the compression

    Return Value

    The new Compressor object
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also