DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / TransferSyntax Property






    TransferSyntax Property (WadoEventArgs)
    The transfer syntax to be used to the return the data to the client
    Syntax
    'Declaration
     
    
    Public Property TransferSyntax As System.String
     
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value As System.String
     
    instance.TransferSyntax = value
     
    value = instance.TransferSyntax
    Remarks
    Though not stricly necessary, using this property when accessing images from a remote server could be a performance optimization
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also