IsTransferSyntaxSupported Method

Summary
Determines whether specified abstract/transfer syntax pair is supported.
Syntax
C#
VB
C++
public bool IsTransferSyntaxSupported( 
   string abstractSyntax, 
   string transferSyntax 
) 
  
Function IsTransferSyntaxSupported( _ 
   ByVal abstractSyntax As String, _ 
   ByVal transferSyntax As String _ 
) As Boolean 
bool IsTransferSyntaxSupported(  
   String^ abstractSyntax, 
   String^ transferSyntax 
)  

Parameters

abstractSyntax
The abstract syntax.

transferSyntax
The transfer syntax.

Return Value

true if the abstract/transfer syntax pair is supported; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.