Useful method to check if the image can be converted using a different compression specified by the TransferSyntax
'Declaration
Public Function CanConvertTo( _
ByVal As String _
) As Boolean
'Usage
Dim instance As DicomImage
Dim TransferSyntax As String
Dim value As Boolean
value = instance.CanConvertTo(TransferSyntax)
Parameters
- TransferSyntax
- The transfer syntax to test
Return Value
True is the conversion is possible
Target Platforms: .NET CLR 4.0 or higher