![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Interfaces Namespace > IPresentationContextProvider Interface : IsTransferSyntaxSupported Method |
bool IsTransferSyntaxSupported( string abstractSyntax, string transferSyntax )
'Declaration Function IsTransferSyntaxSupported( _ ByVal abstractSyntax As String, _ ByVal transferSyntax As String _ ) As Boolean
'Usage Dim instance As IPresentationContextProvider Dim abstractSyntax As String Dim transferSyntax As String Dim value As Boolean value = instance.IsTransferSyntaxSupported(abstractSyntax, transferSyntax)
bool IsTransferSyntaxSupported( String^ abstractSyntax, String^ transferSyntax )
true
if the abstract/transfer syntax pair is supported; otherwise, false
.