←Select platform

ShowGrayscaleInverted Property

Summary

Gets or sets the whether to show the image Grayscale Inverted (Optional).

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ShowGrayscaleInverted)] 
public Nullable<bool> ShowGrayscaleInverted { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.ShowGrayscaleInverted())>  
Public Property ShowGrayscaleInverted() As Nullable(Of Boolean) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::ShowGrayscaleInverted()))] 
   property Nullable<bool>^ ShowGrayscaleInverted 
   { 
      Nullable<bool>^ get() 
      void set(Nullable<bool>^ value) 
   } 

Property Value

Value that determines whether to show the image Grayscale Inverted.

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.