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






    ZeissBug Property
    A workaround for old bad Zeiss Data, some of which had UT attributes with 2 Bytes length
    Syntax
    'Declaration
     
    
    Public Property ZeissBug As System.Boolean
     
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.Boolean
     
    instance.ZeissBug = value
     
    value = instance.ZeissBug
    Remarks
    The default value of this property is derived from the ZeissBug value of the internal registry, which in turn has a default value of 0, causing this property to be false.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also