'Declaration Public Shared Function AvailableTransferSyntaxes( _ ByVal IncludeOnlyCompress As Boolean, _ ByVal IncludeOnlyDecompress As Boolean _ ) As String()
'Usage Dim IncludeOnlyCompress As Boolean Dim IncludeOnlyDecompress As Boolean Dim value() As String value = CodecGlobal.AvailableTransferSyntaxes(IncludeOnlyCompress, IncludeOnlyDecompress)
public static string[] AvailableTransferSyntaxes( bool IncludeOnlyCompress, bool IncludeOnlyDecompress )
public: static array<String^>^ AvailableTransferSyntaxes( bool IncludeOnlyCompress, bool IncludeOnlyDecompress )
Parameters
- IncludeOnlyCompress
- Include only those TrannsferSyntax UIDs into which data can be compressed
- IncludeOnlyDecompress
- Include only those TrannsferSyntax UIDs from which data can be decompressed
Return Value
An array containing all the matching transfer syntax UIDs