←Select platform

EmptyCellColor Property

Summary

Gets or sets the fill color of a structured display empty cell.

Syntax
C#
VB
C++
public Color EmptyCellColor { get; set; } 
Public Property EmptyCellColor() As Color 
   Get 
   Set 
public:  
   property Color^ EmptyCellColor 
   { 
      Color^ get() 
      void set(Color^ value) 
   } 

Property Value

The fill color of a structured display empty cell.

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.

If a referenced DICOM file is not available, then the rectangular location in the structured display is painted with the EmptyCellColor color.

Example

For an example, refer to StructuredDisplayImageOptions.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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