DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ReadBehaviours Class / BlankTransferSyntax Property






    BlankTransferSyntax Property
    A default transfer syntax value for DicomObjects when reading DICOM image with missing transfer syntax value.
    Syntax
    'Declaration
     
    
    Public Property BlankTransferSyntax As System.String
     
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.String
     
    instance.BlankTransferSyntax = value
     
    value = instance.BlankTransferSyntax
    Remarks

    The default value of this property is copied from the BlankTransferSyntax value of the internal registry, which in turn has a default value of 1.2.840.10008.1.2.1

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also