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



In This Topic
    Compressor Method
    In This Topic
    Create a Compressor object
    Syntax
    'Declaration
     
    
    Public MustOverride Function Compressor( _
       ByVal TransferSyntax As String _
    ) As ICompressor
    'Usage
     
    
    Dim instance As CodecFactory
    Dim TransferSyntax As String
    Dim value As ICompressor
     
    value = instance.Compressor(TransferSyntax)
    public abstract ICompressor Compressor( 
       string TransferSyntax
    )
    public:
    abstract ICompressor^ Compressor( 
       String^ TransferSyntax
    ) 

    Parameters

    TransferSyntax
    The transfer syntax to be used for the compression

    Return Value

    The new Compressor object
    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