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

In This Topic
    ZeissBug Property
    In This Topic
    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
    public System.bool ZeissBug {get; set;}
    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