DicomObjects.NET Core 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also