DicomObjects.NET.V8
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 Boolean
    'Usage
     
    Dim instance As ReadBehaviours
    Dim value As Boolean
     
    instance.ZeissBug = value
     
    value = instance.ZeissBug
    public bool ZeissBug {get; set;}
    public:
    property bool ZeissBug {
       bool get();
       void set (    bool value);
    }
    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.0 or higher

    See Also