←Select platform

ShowOverlay Property

Summary

Indicates whether to render the optional overlay of the structured display.

Syntax
C#
C++/CLI
public bool ShowOverlay { get; set; } 
public:  
   property bool ShowOverlay 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to render the optional overlay; otherwise, false. The default value is true.

Remarks

The [GetStructuredDisplayImage] returns a RasterImage of a DICOM structured display. This a single image that includes all the referenced images laid out as defined in the structured display.

An optional overlay is generated by reading the values for the following DicomTag Members in a DicomDataSet:

The ShowOverlay member indicates whether to render the optional overlay.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.