In This Topic
Controls whether overlays embedded in the image are displayed
Syntax
'Declaration
Public ReadOnly Property OverlayVisible As System.Boolean()
'Usage
Dim instance As DicomImage
Dim value() As System.Boolean
value = instance.OverlayVisible
public System.bool[] OverlayVisible {get;}
public read-only property OverlayVisible: System.array of Boolean;
public function get OverlayVisible : System.boolean[]
public: __property System.bool[]* get_OverlayVisible();
public:
property System.array<bool>^ OverlayVisible {
System.array<bool>^ get();
}
Property Value
Array of 16 elements, one for each possible overlay plane
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also