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
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.Boolean
     
    instance.ZeissBug = value
     
    value = instance.ZeissBug
    public System.bool ZeissBug {get; set;}
    public read-write property ZeissBug: System.Boolean; 
    public function get,set ZeissBug : System.boolean
    public: __property System.bool get_ZeissBug();
    public: __property void set_ZeissBug( 
       System.bool value
    );
    public:
    property System.bool ZeissBug {
       System.bool get();
       void set (    System.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.8 or higher

    See Also