AvailableTransferSyntaxes Method
Contains a list of transfer syntaxes supported by DicomObjects.NET
public static System.string[] AvailableTransferSyntaxes(
System.bool ,
System.bool
)
public function AvailableTransferSyntaxes(
: System.Boolean;
: System.Boolean
): System.array of String; static;
public static function AvailableTransferSyntaxes(
: System.boolean,
: System.boolean
) : System.String[];
public: static System.string*[]* AvailableTransferSyntaxes(
System.bool ,
System.bool
)
public:
static System.array<String^>^ AvailableTransferSyntaxes(
System.bool ,
System.bool
)
'Declaration
Public Shared Function AvailableTransferSyntaxes( _
ByVal As System.Boolean, _
ByVal As System.Boolean _
) As System.String()
'Usage
Dim IncludeOnlyCompress As System.Boolean
Dim IncludeOnlyDecompress As System.Boolean
Dim value() As System.String
value = CodecGlobal.AvailableTransferSyntaxes(IncludeOnlyCompress, 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
Target Platforms: .NET CLR 4.8 or higher